#5751FC

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

Shades of Neon Blue #5751FC

Tints of Neon Blue #5751FC

Color information

#5751FC (or 0x5751FC) is unknown color: approx Neon Blue. HEX triplet: 57, 51 and FC. RGB value is (87,81,252). Sum of RGB (Red+Green+Blue) = 87+81+252=420 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.71% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 252 (98.83% from 255 or 60% from 420); Max value from RGB is 252 - color contains mainly: blue. Hex color #5751FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5751FC is #A8AE03. Grayscale: #656565. Windows color (decimal): -11054596 or 16535895. OLE color: 16535895.

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

Color convert

RGB8781252-
CMYK0.650.6800.01
HSL242.11º96.61%65.29%-
HSV(B)242.11º67.86%98.82%-
XYZ24.4414.9493.69-
YUV102.29212.49117.1-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 20.71%
GREEN value IS 81 (32.03% from 255) = 19.29%
BLUE value IS 252 (98.83% from 255) = 60%
R=20.71%
G=19.29%
B=60%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal87812520.650.6800.01242.1196.6165.29
Hex5751FC414401f26141
Octal12712137410110401362141101
Binary101011110100011111110010000011000100011111001011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5751FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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