Html Css Color HEX #565AFF Neon Blue

📋 copy color: '#565AFF'

red 86 ◦ green 90 ◦ blue 255

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

Shades of Neon Blue #565AFF

Tints of Neon Blue #565AFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 59.16%

R = 19.95%
G = 20.88%
B = 59.16%

CMYK

 C value IS 0.66

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#565AFF (or 0x565AFF) is known color: Neon Blue. HEX triplet: 56, 5A and FF. RGB value is (86,90,255). Sum of RGB (Red+Green+Blue) = 86+90+255=431 (57% of max value = 765). Red value is 86 (33.98% from 255 or 19.95% from 431); Green value is 90 (35.55% from 255 or 20.88% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #565AFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565AFF is #A9A500. Grayscale: #6A6A6A. Windows color (decimal): -11117825 or 16734806. OLE color: 16734806.

HSL color Cylindrical-coordinate representation of color #565AFF: hue angle of 238.58º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #565AFF is Cyan = 0.66, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 86 90 255 -
CMYK 0.66 0.65 0 0
HSL 238.58º 1% 0.67% -
HSV(B) 238.58º 0.66% 1% -
XYZ 25.54 16.51 96.45 -
YUV 107.61 211.17 112.58 -
System Red Green Blue C M Y K H S L
Decimal 86 90 255 0.66 0.65 0 0 238.58 1 0.67
Hex 56 5A FF 42 41 0 0 EF 64 43
Octal 126 132 377 102 101 0 0 357 144 103
Binary 1010110 1011010 11111111 1000010 1000001 0 0 11101111 1100100 1000011

Color Harmonies of #565AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565AFF

Black with #565AFF

Text Example


Text Example

White with #565AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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