Html Css Color HEX #565EEA Neon Blue

📋 copy color: '#565EEA'

red 86 ◦ green 94 ◦ blue 234

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

Shades of Neon Blue #565EEA

Tints of Neon Blue #565EEA

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.71%

 BLUE value IS 234 (91.8% from 255) = 56.52%

R = 20.77%
G = 22.71%
B = 56.52%

CMYK

 C value IS 0.63

 M value IS 0.60

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#565EEA (or 0x565EEA) is known color: Neon Blue. HEX triplet: 56, 5E and EA. RGB value is (86,94,234). Sum of RGB (Red+Green+Blue) = 86+94+234=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 94 (37.11% from 255 or 22.71% from 414); Blue value is 234 (91.80% from 255 or 56.52% from 414); Max value from RGB is 234 - color contains mainly: blue. Hex color #565EEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565EEA is #A9A115. Grayscale: #6A6A6A. Windows color (decimal): -11116822 or 15359574. OLE color: 15359574.

HSL color Cylindrical-coordinate representation of color #565EEA: hue angle of 236.76º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #565EEA is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 94 234 -
CMYK 0.63 0.60 0 0.08
HSL 236.76º 0.78% 0.63% -
HSV(B) 236.76º 0.63% 0.92% -
XYZ 22.69 15.92 79.72 -
YUV 107.57 199.35 112.62 -
System Red Green Blue C M Y K H S L
Decimal 86 94 234 0.63 0.60 0 0.08 236.76 0.78 0.63
Hex 56 5E EA 3F 3C 0 8 ED 4E 3F
Octal 126 136 352 77 74 0 10 355 116 77
Binary 1010110 1011110 11101010 111111 111100 0 1000 11101101 1001110 111111

Color Harmonies of #565EEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565EEA

Black with #565EEA

Text Example


Text Example

White with #565EEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,94,234); }

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

background-color css

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

 a { background-color: rgb(86,94,234); }

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

border-color css

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

 span { border-color: rgb(86,94,234); }

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