Html Css Color HEX #564CEA Neon Blue

📋 copy color: '#564CEA'

red 86 ◦ green 76 ◦ blue 234

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

Shades of Neon Blue #564CEA

Tints of Neon Blue #564CEA

RGB

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

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

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

R = 21.72%
G = 19.19%
B = 59.09%

CMYK

 C value IS 0.63

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#564CEA (or 0x564CEA) is known color: Neon Blue. HEX triplet: 56, 4C and EA. RGB value is (86,76,234). Sum of RGB (Red+Green+Blue) = 86+76+234=396 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.72% from 396); Green value is 76 (30.08% from 255 or 19.19% from 396); Blue value is 234 (91.80% from 255 or 59.09% from 396); Max value from RGB is 234 - color contains mainly: blue. Hex color #564CEA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564CEA is #A9B315. Grayscale: #606060. Windows color (decimal): -11121430 or 15354966. OLE color: 15354966.

HSL color Cylindrical-coordinate representation of color #564CEA: hue angle of 243.8º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #564CEA is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 86 76 234 -
CMYK 0.63 0.68 0 0.08
HSL 243.8º 0.79% 0.61% -
HSV(B) 243.8º 0.68% 0.92% -
XYZ 21.27 13.09 79.25 -
YUV 97 205.31 120.15 -
System Red Green Blue C M Y K H S L
Decimal 86 76 234 0.63 0.68 0 0.08 243.8 0.79 0.61
Hex 56 4C EA 3F 44 0 8 F4 4F 3D
Octal 126 114 352 77 104 0 10 364 117 75
Binary 1010110 1001100 11101010 111111 1000100 0 1000 11110100 1001111 111101

Color Harmonies of #564CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564CEA

Black with #564CEA

Text Example


Text Example

White with #564CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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