#555EFD

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

Shades of Neon Blue #555EFD

Tints of Neon Blue #555EFD

Color information

#555EFD (or 0x555EFD) is unknown color: approx Neon Blue. HEX triplet: 55, 5E and FD. RGB value is (85,94,253). Sum of RGB (Red+Green+Blue) = 85+94+253=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 94 (37.11% from 255 or 21.76% from 432); Blue value is 253 (99.22% from 255 or 58.56% from 432); Max value from RGB is 253 - color contains mainly: blue. Hex color #555EFD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #555EFD is #AAA102. Grayscale: #6C6C6C. Windows color (decimal): -11182339 or 16604757. OLE color: 16604757.

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

Color convert

RGB8594253-
CMYK0.660.6300.01
HSL236.79º97.67%66.27%-
HSV(B)236.79º66.4%99.22%-
XYZ25.4817.0394.87-
YUV109.43209.02110.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 19.68%
GREEN value IS 94 (37.11% from 255) = 21.76%
BLUE value IS 253 (99.22% from 255) = 58.56%
R=19.68%
G=21.76%
B=58.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal85942530.660.6300.01236.7997.6766.27
Hex555EFD423F01ed6242
Octal1251363751027701355142102
Binary10101011011110111111011000010111111011110110111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,94,253); }

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

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

 a { background-color: rgb(85,94,253); }

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

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

 span { border-color: rgb(85,94,253); }

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