#515FFC

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

Shades of Neon Blue #515FFC

Tints of Neon Blue #515FFC

Color information

#515FFC (or 0x515FFC) is unknown color: approx Neon Blue. HEX triplet: 51, 5F and FC. RGB value is (81,95,252). Sum of RGB (Red+Green+Blue) = 81+95+252=428 (56% of max value = 765). Red value is 81 (32.03% from 255 or 18.93% from 428); Green value is 95 (37.5% from 255 or 22.20% from 428); Blue value is 252 (98.83% from 255 or 58.88% from 428); Max value from RGB is 252 - color contains mainly: blue. Hex color #515FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #515FFC is #AEA003. Grayscale: #6C6C6C. Windows color (decimal): -11444228 or 16539473. OLE color: 16539473.

HSL color Cylindrical-coordinate representation of color #515FFC: hue angle of 235.09º 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 #515FFC is Cyan = 0.68, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB8195252-
CMYK0.680.6200.01
HSL235.09º96.61%65.29%-
HSV(B)235.09º67.86%98.82%-
XYZ25.0616.9694.05-
YUV108.71208.86108.23-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 18.93%
GREEN value IS 95 (37.5% from 255) = 22.20%
BLUE value IS 252 (98.83% from 255) = 58.88%
R=18.93%
G=22.20%
B=58.88%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal81952520.680.6200.01235.0996.6165.29
Hex515FFC443E01eb6141
Octal1211373741047601353141101
Binary10100011011111111111001000100111110011110101111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515FFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515FFC; }

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

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

<style>
 a { background-color: #515FFC; }

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

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

<style>
 span { border-color: #515FFC; }

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

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