Html Css Color HEX #565DEA Neon Blue

📋 copy color: '#565DEA'

red 86 ◦ green 93 ◦ blue 234

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

Shades of Neon Blue #565DEA

Tints of Neon Blue #565DEA

RGB

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

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

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

R = 20.82%
G = 22.52%
B = 56.66%

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

#565DEA (or 0x565DEA) is known color: Neon Blue. HEX triplet: 56, 5D and EA. RGB value is (86,93,234). Sum of RGB (Red+Green+Blue) = 86+93+234=413 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.82% from 413); Green value is 93 (36.72% from 255 or 22.52% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #565DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565DEA is #A9A215. Grayscale: #6A6A6A. Windows color (decimal): -11117078 or 15359318. OLE color: 15359318.

HSL color Cylindrical-coordinate representation of color #565DEA: hue angle of 237.16º 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 #565DEA is Cyan = 0.63, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 93 234 -
CMYK 0.63 0.60 0 0.08
HSL 237.16º 0.78% 0.63% -
HSV(B) 237.16º 0.63% 0.92% -
XYZ 22.6 15.75 79.69 -
YUV 106.98 199.68 113.04 -
System Red Green Blue C M Y K H S L
Decimal 86 93 234 0.63 0.60 0 0.08 237.16 0.78 0.63
Hex 56 5D EA 3F 3C 0 8 ED 4E 3F
Octal 126 135 352 77 74 0 10 355 116 77
Binary 1010110 1011101 11101010 111111 111100 0 1000 11101101 1001110 111111

Color Harmonies of #565DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565DEA

Black with #565DEA

Text Example


Text Example

White with #565DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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