Html Css Color HEX #564DED Neon Blue

📋 copy color: '#564DED'

red 86 ◦ green 77 ◦ blue 237

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

Shades of Neon Blue #564DED

Tints of Neon Blue #564DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 59.25%

R = 21.5%
G = 19.25%
B = 59.25%

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

#564DED (or 0x564DED) is known color: Neon Blue. HEX triplet: 56, 4D and ED. RGB value is (86,77,237). Sum of RGB (Red+Green+Blue) = 86+77+237=400 (52% of max value = 765). Red value is 86 (33.98% from 255 or 21.5% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 237 (92.97% from 255 or 59.25% from 400); Max value from RGB is 237 - color contains mainly: blue. Hex color #564DED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564DED is #A9B212. Grayscale: #616161. Windows color (decimal): -11121171 or 15551830. OLE color: 15551830.

HSL color Cylindrical-coordinate representation of color #564DED: hue angle of 243.38º degrees, saturation: 0.82, 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 #564DED is Cyan = 0.64, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 86 77 237 -
CMYK 0.64 0.68 0 0.07
HSL 243.38º 0.82% 0.62% -
HSV(B) 243.38º 0.68% 0.93% -
XYZ 21.78 13.4 81.56 -
YUV 97.93 206.48 119.49 -
System Red Green Blue C M Y K H S L
Decimal 86 77 237 0.64 0.68 0 0.07 243.38 0.82 0.62
Hex 56 4D ED 40 44 0 7 F3 52 3E
Octal 126 115 355 100 104 0 7 363 122 76
Binary 1010110 1001101 11101101 1000000 1000100 0 111 11110011 1010010 111110

Color Harmonies of #564DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564DED

Black with #564DED

Text Example


Text Example

White with #564DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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