Html Css Color HEX #565AEE Neon Blue

📋 copy color: '#565AEE'

red 86 ◦ green 90 ◦ blue 238

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

Shades of Neon Blue #565AEE

Tints of Neon Blue #565AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 57.49%

R = 20.77%
G = 21.74%
B = 57.49%

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

#565AEE (or 0x565AEE) is known color: Neon Blue. HEX triplet: 56, 5A and EE. RGB value is (86,90,238). Sum of RGB (Red+Green+Blue) = 86+90+238=414 (54% of max value = 765). Red value is 86 (33.98% from 255 or 20.77% from 414); Green value is 90 (35.55% from 255 or 21.74% from 414); Blue value is 238 (93.36% from 255 or 57.49% from 414); Max value from RGB is 238 - color contains mainly: blue. Hex color #565AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #565AEE is #A9A511. Grayscale: #696969. Windows color (decimal): -11117842 or 15620694. OLE color: 15620694.

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

Color convert

RGB 86 90 238 -
CMYK 0.64 0.62 0 0.07
HSL 238.42º 0.82% 0.64% -
HSV(B) 238.42º 0.64% 0.93% -
XYZ 22.93 15.46 82.67 -
YUV 105.68 202.67 113.97 -
System Red Green Blue C M Y K H S L
Decimal 86 90 238 0.64 0.62 0 0.07 238.42 0.82 0.64
Hex 56 5A EE 40 3E 0 7 EE 52 40
Octal 126 132 356 100 76 0 7 356 122 100
Binary 1010110 1011010 11101110 1000000 111110 0 111 11101110 1010010 1000000

Color Harmonies of #565AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565AEE

Black with #565AEE

Text Example


Text Example

White with #565AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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