#5B55FE

Color #5B55FE Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5B55FE

Tints of Neon Blue #5B55FE

Color information

#5B55FE (or 0x5B55FE) is unknown color: approx Neon Blue. HEX triplet: 5B, 55 and FE. RGB value is (91,85,254). Sum of RGB (Red+Green+Blue) = 91+85+254=430 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.16% from 430); Green value is 85 (33.59% from 255 or 19.77% from 430); Blue value is 254 (99.61% from 255 or 59.07% from 430); Max value from RGB is 254 - color contains mainly: blue. Hex color #5B55FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B55FE is #A4AA01. Grayscale: #696969. Windows color (decimal): -10791426 or 16667995. OLE color: 16667995.

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

Color convert

RGB9185254-
CMYK0.640.6700.00
HSL242.13º98.83%66.47%-
HSV(B)242.13º66.54%99.61%-
XYZ25.4515.8895.49-
YUV106.06211.49117.26-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.16%
GREEN value IS 85 (33.59% from 255) = 19.77%
BLUE value IS 254 (99.61% from 255) = 59.07%
R=21.16%
G=19.77%
B=59.07%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal91852540.640.6700.00242.1398.8366.47
Hex5B55FE404300f26342
Octal13312537610010300362143102
Binary101101110101011111111010000001000011001111001011000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B55FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B55FE; }

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

 H1.HeaderClassName
 {
   color: #5B55FE;
 }
 .AnyTagClassName
 {
   color: #5B55FE;
 }
</style>
background-color css

<style>
 a { background-color: #5B55FE; }

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

 div.DivClassName
 {
   background-color: #5B55FE;
 }
 .BgClassName
 {
   background-color: #5B55FE;
 }
</style>
border-color css

<style>
 span { border-color: #5B55FE; }

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

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