Html Css Color HEX #565DFA Neon Blue

📋 copy color: '#565DFA'

red 86 ◦ green 93 ◦ blue 250

#565DFA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #565DFA

Tints of Neon Blue #565DFA

RGB

 RED value IS 86 (33.98% from 255) = 20.05%

 GREEN value IS 93 (36.72% from 255) = 21.68%

 BLUE value IS 250 (98.05% from 255) = 58.28%

R = 20.05%
G = 21.68%
B = 58.28%

CMYK

 C value IS 0.66

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#565DFA (or 0x565DFA) is known color: Neon Blue. HEX triplet: 56, 5D and FA. RGB value is (86,93,250). Sum of RGB (Red+Green+Blue) = 86+93+250=429 (56% of max value = 765). Red value is 86 (33.98% from 255 or 20.05% from 429); Green value is 93 (36.72% from 255 or 21.68% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #565DFA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565DFA is #A9A205. Grayscale: #6C6C6C. Windows color (decimal): -11117062 or 16407894. OLE color: 16407894.

HSL color Cylindrical-coordinate representation of color #565DFA: hue angle of 237.44º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #565DFA is Cyan = 0.66, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 86 93 250 -
CMYK 0.66 0.63 0 0.02
HSL 237.44º 0.94% 0.66% -
HSV(B) 237.44º 0.66% 0.98% -
XYZ 25.01 16.71 92.35 -
YUV 108.81 207.68 111.73 -
System Red Green Blue C M Y K H S L
Decimal 86 93 250 0.66 0.63 0 0.02 237.44 0.94 0.66
Hex 56 5D FA 42 3F 0 2 ED 5E 42
Octal 126 135 372 102 77 0 2 355 136 102
Binary 1010110 1011101 11111010 1000010 111111 0 10 11101101 1011110 1000010

Color Harmonies of #565DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565DFA

Black with #565DFA

Text Example


Text Example

White with #565DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565DFA; }

 p { color: rgb(86,93,250); }

 H1.HeaderClassName
 {
   color: #565DFA;
 }
 .AnyTagClassName
 {
   color: #565DFA;
 }
</style>

background-color css

<style>
 a { background-color: #565DFA; }

 a { background-color: rgb(86,93,250); }

 div.DivClassName
 {
   background-color: #565DFA;
 }
 .BgClassName
 {
   background-color: #565DFA;
 }
</style>

border-color css

<style>
 span { border-color: #565DFA; }

 span { border-color: rgb(86,93,250); }

 td.TdClassName
 {
   border-color: #565DFA;
 }
 .TagClassName
 {
   border-color: #565DFA;
 }
</style>