Html Css Color HEX #564DEC Neon Blue

📋 copy color: '#564DEC'

red 86 ◦ green 77 ◦ blue 236

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

Shades of Neon Blue #564DEC

Tints of Neon Blue #564DEC

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.3%

 BLUE value IS 236 (92.58% from 255) = 59.15%

R = 21.55%
G = 19.3%
B = 59.15%

CMYK

 C value IS 0.64

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#564DEC (or 0x564DEC) is known color: Neon Blue. HEX triplet: 56, 4D and EC. RGB value is (86,77,236). Sum of RGB (Red+Green+Blue) = 86+77+236=399 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.55% from 399); Green value is 77 (30.47% from 255 or 19.30% from 399); Blue value is 236 (92.58% from 255 or 59.15% from 399); Max value from RGB is 236 - color contains mainly: blue. Hex color #564DEC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564DEC is #A9B213. Grayscale: #616161. Windows color (decimal): -11121172 or 15486294. OLE color: 15486294.

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

Color convert

RGB 86 77 236 -
CMYK 0.64 0.67 0 0.07
HSL 243.4º 0.81% 0.61% -
HSV(B) 243.4º 0.67% 0.93% -
XYZ 21.63 13.34 80.79 -
YUV 97.82 205.98 119.57 -
System Red Green Blue C M Y K H S L
Decimal 86 77 236 0.64 0.67 0 0.07 243.4 0.81 0.61
Hex 56 4D EC 40 43 0 7 F3 51 3D
Octal 126 115 354 100 103 0 7 363 121 75
Binary 1010110 1001101 11101100 1000000 1000011 0 111 11110011 1010001 111101

Color Harmonies of #564DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564DEC

Black with #564DEC

Text Example


Text Example

White with #564DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,77,236); }

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

background-color css

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

 a { background-color: rgb(86,77,236); }

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

border-color css

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

 span { border-color: rgb(86,77,236); }

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