Html Css Color HEX #555BFC Neon Blue

📋 copy color: '#555BFC'

red 85 ◦ green 91 ◦ blue 252

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

Shades of Neon Blue #555BFC

Tints of Neon Blue #555BFC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 21.26%

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

R = 19.86%
G = 21.26%
B = 58.88%

CMYK

 C value IS 0.66

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#555BFC (or 0x555BFC) is known color: Neon Blue. HEX triplet: 55, 5B and FC. RGB value is (85,91,252). Sum of RGB (Red+Green+Blue) = 85+91+252=428 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.86% from 428); Green value is 91 (35.94% from 255 or 21.26% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #555BFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555BFC is #AAA403. Grayscale: #6A6A6A. Windows color (decimal): -11183108 or 16538453. OLE color: 16538453.

HSL color Cylindrical-coordinate representation of color #555BFC: hue angle of 237.84º 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 #555BFC is Cyan = 0.66, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 85 91 252 -
CMYK 0.66 0.64 0 0.01
HSL 237.84º 0.97% 0.66% -
HSV(B) 237.84º 0.66% 0.99% -
XYZ 25.06 16.44 93.95 -
YUV 107.56 209.51 111.91 -
System Red Green Blue C M Y K H S L
Decimal 85 91 252 0.66 0.64 0 0.01 237.84 0.97 0.66
Hex 55 5B FC 42 40 0 1 EE 61 42
Octal 125 133 374 102 100 0 1 356 141 102
Binary 1010101 1011011 11111100 1000010 1000000 0 1 11101110 1100001 1000010

Color Harmonies of #555BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555BFC

Black with #555BFC

Text Example


Text Example

White with #555BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555BFC; }

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

 H1.HeaderClassName
 {
   color: #555BFC;
 }
 .AnyTagClassName
 {
   color: #555BFC;
 }
</style>

background-color css

<style>
 a { background-color: #555BFC; }

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

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

border-color css

<style>
 span { border-color: #555BFC; }

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

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