#5158FC

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

Shades of Neon Blue #5158FC

Tints of Neon Blue #5158FC

Color information

#5158FC (or 0x5158FC) is unknown color: approx Neon Blue. HEX triplet: 51, 58 and FC. RGB value is (81,88,252). Sum of RGB (Red+Green+Blue) = 81+88+252=421 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.24% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 252 (98.83% from 255 or 59.86% from 421); Max value from RGB is 252 - color contains mainly: blue. Hex color #5158FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5158FC is #AEA703. Grayscale: #676767. Windows color (decimal): -11446020 or 16537681. OLE color: 16537681.

HSL color Cylindrical-coordinate representation of color #5158FC: hue angle of 237.54º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5158FC is Cyan = 0.68, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8188252-
CMYK0.680.6500.01
HSL237.54º96.61%65.29%-
HSV(B)237.54º67.86%98.82%-
XYZ24.4515.7693.85-
YUV104.6211.18111.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 19.24%
GREEN value IS 88 (34.77% from 255) = 20.90%
BLUE value IS 252 (98.83% from 255) = 59.86%
R=19.24%
G=20.90%
B=59.86%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal81882520.680.6500.01237.5496.6165.29
Hex5158FC444101ee6141
Octal12113037410410101356141101
Binary101000110110001111110010001001000001011110111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5158FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5158FC; }

 p { color: rgb(81,88,252); }

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

<style>
 a { background-color: #5158FC; }

 a { background-color: rgb(81,88,252); }

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

<style>
 span { border-color: #5158FC; }

 span { border-color: rgb(81,88,252); }

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