#5541FF

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

Shades of Neon Blue #5541FF

Tints of Neon Blue #5541FF

Color information

#5541FF (or 0x5541FF) is unknown color: approx Neon Blue. HEX triplet: 55, 41 and FF. RGB value is (85,65,255). Sum of RGB (Red+Green+Blue) = 85+65+255=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 65 (25.78% from 255 or 16.05% from 405); Blue value is 255 (100% from 255 or 62.96% from 405); Max value from RGB is 255 - color contains mainly: blue. Hex color #5541FF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5541FF is #AABE00. Grayscale: #5B5B5B. Windows color (decimal): -11189761 or 16728405. OLE color: 16728405.

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

Color convert

RGB8565255-
CMYK0.670.7500
HSL246.32º100%62.75%-
HSV(B)246.32º74.51%100%-
XYZ23.6912.9395.86-
YUV92.64219.63122.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.99%
GREEN value IS 65 (25.78% from 255) = 16.05%
BLUE value IS 255 (100% from 255) = 62.96%
R=20.99%
G=16.05%
B=62.96%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal85652550.670.7500246.3210062.75
Hex5541FF434B00f6643f
Octal1251013771031130036614477
Binary10101011000001111111111000011100101100111101101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5541FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5541FF; }

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

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

<style>
 a { background-color: #5541FF; }

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

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

<style>
 span { border-color: #5541FF; }

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

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