Html Css Color HEX #564CFF Neon Blue

📋 copy color: '#564CFF'

red 86 ◦ green 76 ◦ blue 255

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

Shades of Neon Blue #564CFF

Tints of Neon Blue #564CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 61.15%

R = 20.62%
G = 18.23%
B = 61.15%

CMYK

 C value IS 0.66

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#564CFF (or 0x564CFF) is known color: Neon Blue. HEX triplet: 56, 4C and FF. RGB value is (86,76,255). Sum of RGB (Red+Green+Blue) = 86+76+255=417 (55% of max value = 765). Red value is 86 (33.98% from 255 or 20.62% from 417); Green value is 76 (30.08% from 255 or 18.23% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #564CFF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #564CFF is #A9B300. Grayscale: #626262. Windows color (decimal): -11121409 or 16731222. OLE color: 16731222.

HSL color Cylindrical-coordinate representation of color #564CFF: hue angle of 243.35º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #564CFF is Cyan = 0.66, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 86 76 255 -
CMYK 0.66 0.70 0 0
HSL 243.35º 1% 0.65% -
HSV(B) 243.35º 0.7% 1% -
XYZ 24.47 14.37 96.09 -
YUV 99.4 215.81 118.45 -
System Red Green Blue C M Y K H S L
Decimal 86 76 255 0.66 0.70 0 0 243.35 1 0.65
Hex 56 4C FF 42 46 0 0 F3 64 41
Octal 126 114 377 102 106 0 0 363 144 101
Binary 1010110 1001100 11111111 1000010 1000110 0 0 11110011 1100100 1000001

Color Harmonies of #564CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564CFF

Black with #564CFF

Text Example


Text Example

White with #564CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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