Html Css Color HEX #5564FC Neon Blue

📋 copy color: '#5564FC'

red 85 ◦ green 100 ◦ blue 252

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

Shades of Neon Blue #5564FC

Tints of Neon Blue #5564FC

RGB

 RED value IS 85 (33.59% from 255) = 19.45%

 GREEN value IS 100 (39.45% from 255) = 22.88%

 BLUE value IS 252 (98.83% from 255) = 57.67%

R = 19.45%
G = 22.88%
B = 57.67%

CMYK

 C value IS 0.66

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5564FC (or 0x5564FC) is known color: Neon Blue. HEX triplet: 55, 64 and FC. RGB value is (85,100,252). Sum of RGB (Red+Green+Blue) = 85+100+252=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 100 (39.45% from 255 or 22.88% from 437); Blue value is 252 (98.83% from 255 or 57.67% from 437); Max value from RGB is 252 - color contains mainly: blue. Hex color #5564FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5564FC is #AA9B03. Grayscale: #707070. Windows color (decimal): -11180804 or 16540757. OLE color: 16540757.

HSL color Cylindrical-coordinate representation of color #5564FC: hue angle of 234.61º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5564FC is Cyan = 0.66, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 100 252 -
CMYK 0.66 0.60 0 0.01
HSL 234.61º 0.97% 0.66% -
HSV(B) 234.61º 0.66% 0.99% -
XYZ 25.87 18.07 94.22 -
YUV 112.84 206.53 108.14 -
System Red Green Blue C M Y K H S L
Decimal 85 100 252 0.66 0.60 0 0.01 234.61 0.97 0.66
Hex 55 64 FC 42 3C 0 1 EB 61 42
Octal 125 144 374 102 74 0 1 353 141 102
Binary 1010101 1100100 11111100 1000010 111100 0 1 11101011 1100001 1000010

Color Harmonies of #5564FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5564FC

Black with #5564FC

Text Example


Text Example

White with #5564FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5564FC; }

 p { color: rgb(85,100,252); }

 H1.HeaderClassName
 {
   color: #5564FC;
 }
 .AnyTagClassName
 {
   color: #5564FC;
 }
</style>

background-color css

<style>
 a { background-color: #5564FC; }

 a { background-color: rgb(85,100,252); }

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

border-color css

<style>
 span { border-color: #5564FC; }

 span { border-color: rgb(85,100,252); }

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