Html Css Color HEX #564DEF Neon Blue

📋 copy color: '#564DEF'

red 86 ◦ green 77 ◦ blue 239

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

Shades of Neon Blue #564DEF

Tints of Neon Blue #564DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 59.45%

R = 21.39%
G = 19.15%
B = 59.45%

CMYK

 C value IS 0.64

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#564DEF (or 0x564DEF) is known color: Neon Blue. HEX triplet: 56, 4D and EF. RGB value is (86,77,239). Sum of RGB (Red+Green+Blue) = 86+77+239=402 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.39% from 402); Green value is 77 (30.47% from 255 or 19.15% from 402); Blue value is 239 (93.75% from 255 or 59.45% from 402); Max value from RGB is 239 - color contains mainly: blue. Hex color #564DEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #564DEF is #A9B210. Grayscale: #616161. Windows color (decimal): -11121169 or 15682902. OLE color: 15682902.

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

Color convert

RGB 86 77 239 -
CMYK 0.64 0.68 0 0.06
HSL 243.33º 0.84% 0.62% -
HSV(B) 243.33º 0.68% 0.94% -
XYZ 22.07 13.52 83.11 -
YUV 98.16 207.48 119.33 -
System Red Green Blue C M Y K H S L
Decimal 86 77 239 0.64 0.68 0 0.06 243.33 0.84 0.62
Hex 56 4D EF 40 44 0 6 F3 54 3E
Octal 126 115 357 100 104 0 6 363 124 76
Binary 1010110 1001101 11101111 1000000 1000100 0 110 11110011 1010100 111110

Color Harmonies of #564DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564DEF

Black with #564DEF

Text Example


Text Example

White with #564DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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