Html Css Color HEX #555BFF Neon Blue

📋 copy color: '#555BFF'

red 85 ◦ green 91 ◦ blue 255

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

Shades of Neon Blue #555BFF

Tints of Neon Blue #555BFF

RGB

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

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

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

R = 19.72%
G = 21.11%
B = 59.16%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#555BFF (or 0x555BFF) is known color: Neon Blue. HEX triplet: 55, 5B and FF. RGB value is (85,91,255). Sum of RGB (Red+Green+Blue) = 85+91+255=431 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.72% from 431); Green value is 91 (35.94% from 255 or 21.11% from 431); Blue value is 255 (100% from 255 or 59.16% from 431); Max value from RGB is 255 - color contains mainly: blue. Hex color #555BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555BFF is #AAA400. Grayscale: #6B6B6B. Windows color (decimal): -11183105 or 16735061. OLE color: 16735061.

HSL color Cylindrical-coordinate representation of color #555BFF: hue angle of 237.88º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #555BFF is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 85 91 255 -
CMYK 0.67 0.64 0 0
HSL 237.88º 1% 0.67% -
HSV(B) 237.88º 0.67% 1% -
XYZ 25.54 16.63 96.47 -
YUV 107.9 211.01 111.66 -
System Red Green Blue C M Y K H S L
Decimal 85 91 255 0.67 0.64 0 0 237.88 1 0.67
Hex 55 5B FF 43 40 0 0 EE 64 43
Octal 125 133 377 103 100 0 0 356 144 103
Binary 1010101 1011011 11111111 1000011 1000000 0 0 11101110 1100100 1000011

Color Harmonies of #555BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555BFF

Black with #555BFF

Text Example


Text Example

White with #555BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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