Html Css Color HEX #565AED Neon Blue

📋 copy color: '#565AED'

red 86 ◦ green 90 ◦ blue 237

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

Shades of Neon Blue #565AED

Tints of Neon Blue #565AED

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.79%

 BLUE value IS 237 (92.97% from 255) = 57.38%

R = 20.82%
G = 21.79%
B = 57.38%

CMYK

 C value IS 0.64

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#565AED (or 0x565AED) is known color: Neon Blue. HEX triplet: 56, 5A and ED. RGB value is (86,90,237). Sum of RGB (Red+Green+Blue) = 86+90+237=413 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.82% from 413); Green value is 90 (35.55% from 255 or 21.79% from 413); Blue value is 237 (92.97% from 255 or 57.38% from 413); Max value from RGB is 237 - color contains mainly: blue. Hex color #565AED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565AED is #A9A512. Grayscale: #686868. Windows color (decimal): -11117843 or 15555158. OLE color: 15555158.

HSL color Cylindrical-coordinate representation of color #565AED: hue angle of 238.41º degrees, saturation: 0.81, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #565AED is Cyan = 0.64, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 90 237 -
CMYK 0.64 0.62 0 0.07
HSL 238.41º 0.81% 0.63% -
HSV(B) 238.41º 0.64% 0.93% -
XYZ 22.78 15.41 81.89 -
YUV 105.56 202.17 114.05 -
System Red Green Blue C M Y K H S L
Decimal 86 90 237 0.64 0.62 0 0.07 238.41 0.81 0.63
Hex 56 5A ED 40 3E 0 7 EE 51 3F
Octal 126 132 355 100 76 0 7 356 121 77
Binary 1010110 1011010 11101101 1000000 111110 0 111 11101110 1010001 111111

Color Harmonies of #565AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565AED

Black with #565AED

Text Example


Text Example

White with #565AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,90,237); }

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

background-color css

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

 a { background-color: rgb(86,90,237); }

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

border-color css

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

 span { border-color: rgb(86,90,237); }

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