#5B55F1

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

Shades of Neon Blue #5B55F1

Tints of Neon Blue #5B55F1

Color information

#5B55F1 (or 0x5B55F1) is unknown color: approx Neon Blue. HEX triplet: 5B, 55 and F1. RGB value is (91,85,241). Sum of RGB (Red+Green+Blue) = 91+85+241=417 (55% of max value = 765). Red value is 91 (35.94% from 255 or 21.82% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #5B55F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5B55F1 is #A4AA0E. Grayscale: #676767. Windows color (decimal): -10791439 or 15816027. OLE color: 15816027.

HSL color Cylindrical-coordinate representation of color #5B55F1: hue angle of 242.31º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5B55F1 is Cyan = 0.62, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9185241-
CMYK0.620.6500.05
HSL242.31º84.78%63.92%-
HSV(B)242.31º64.73%94.51%-
XYZ23.4415.0784.89-
YUV104.58204.99118.32-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 21.82%
GREEN value IS 85 (33.59% from 255) = 20.38%
BLUE value IS 241 (94.53% from 255) = 57.79%
R=21.82%
G=20.38%
B=57.79%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal91852410.620.6500.05242.3184.7863.92
Hex5B55F13E4105f25540
Octal1331253617610105362125100
Binary1011011101010111110001111110100000101011111001010101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B55F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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