Html Css Color HEX #564CEF Neon Blue

📋 copy color: '#564CEF'

red 86 ◦ green 76 ◦ blue 239

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

Shades of Neon Blue #564CEF

Tints of Neon Blue #564CEF

RGB

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

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

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

R = 21.45%
G = 18.95%
B = 59.6%

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

#564CEF (or 0x564CEF) is known color: Neon Blue. HEX triplet: 56, 4C and EF. RGB value is (86,76,239). Sum of RGB (Red+Green+Blue) = 86+76+239=401 (53% of max value = 765). Red value is 86 (33.98% from 255 or 21.45% from 401); Green value is 76 (30.08% from 255 or 18.95% from 401); Blue value is 239 (93.75% from 255 or 59.60% from 401); Max value from RGB is 239 - color contains mainly: blue. Hex color #564CEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564CEF is #A9B310. Grayscale: #606060. Windows color (decimal): -11121425 or 15682646. OLE color: 15682646.

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

Color convert

RGB 86 76 239 -
CMYK 0.64 0.68 0 0.06
HSL 243.68º 0.84% 0.62% -
HSV(B) 243.68º 0.68% 0.94% -
XYZ 22 13.38 83.08 -
YUV 97.57 207.81 119.75 -
System Red Green Blue C M Y K H S L
Decimal 86 76 239 0.64 0.68 0 0.06 243.68 0.84 0.62
Hex 56 4C EF 40 44 0 6 F4 54 3E
Octal 126 114 357 100 104 0 6 364 124 76
Binary 1010110 1001100 11101111 1000000 1000100 0 110 11110100 1010100 111110

Color Harmonies of #564CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564CEF

Black with #564CEF

Text Example


Text Example

White with #564CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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