Html Css Color HEX #564CEE Neon Blue

📋 copy color: '#564CEE'

red 86 ◦ green 76 ◦ blue 238

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

Shades of Neon Blue #564CEE

Tints of Neon Blue #564CEE

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19%

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

R = 21.5%
G = 19%
B = 59.5%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#564CEE (or 0x564CEE) is known color: Neon Blue. HEX triplet: 56, 4C and EE. RGB value is (86,76,238). Sum of RGB (Red+Green+Blue) = 86+76+238=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 238 (93.36% from 255 or 59.5% from 400); Max value from RGB is 238 - color contains mainly: blue. Hex color #564CEE is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564CEE is #A9B311. Grayscale: #606060. Windows color (decimal): -11121426 or 15617110. OLE color: 15617110.

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

Color convert

RGB 86 76 238 -
CMYK 0.64 0.68 0 0.07
HSL 243.7º 0.83% 0.62% -
HSV(B) 243.7º 0.68% 0.93% -
XYZ 21.85 13.32 82.31 -
YUV 97.46 207.31 119.83 -
System Red Green Blue C M Y K H S L
Decimal 86 76 238 0.64 0.68 0 0.07 243.7 0.83 0.62
Hex 56 4C EE 40 44 0 7 F4 53 3E
Octal 126 114 356 100 104 0 7 364 123 76
Binary 1010110 1001100 11101110 1000000 1000100 0 111 11110100 1010011 111110

Color Harmonies of #564CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564CEE

Black with #564CEE

Text Example


Text Example

White with #564CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564CEE; }

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

 H1.HeaderClassName
 {
   color: #564CEE;
 }
 .AnyTagClassName
 {
   color: #564CEE;
 }
</style>

background-color css

<style>
 a { background-color: #564CEE; }

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

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

border-color css

<style>
 span { border-color: #564CEE; }

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

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