#5E55FD

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

Shades of Neon Blue #5E55FD

Tints of Neon Blue #5E55FD

Color information

#5E55FD (or 0x5E55FD) is unknown color: approx Neon Blue. HEX triplet: 5E, 55 and FD. RGB value is (94,85,253). Sum of RGB (Red+Green+Blue) = 94+85+253=432 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.76% from 432); Green value is 85 (33.59% from 255 or 19.68% 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 #5E55FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5E55FD is #A1AA02. Grayscale: #6A6A6A. Windows color (decimal): -10594819 or 16602462. OLE color: 16602462.

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

Color convert

RGB9485253-
CMYK0.630.6600.01
HSL243.21º97.67%66.27%-
HSV(B)243.21º66.4%99.22%-
XYZ25.5915.9794.66-
YUV106.84210.48118.84-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal94852530.630.6600.01243.2197.6766.27
Hex5E55FD3F4201f36242
Octal1361253757710201363142102
Binary10111101010101111111011111111000010011111001111000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E55FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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