#6051FC

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

Shades of Neon Blue #6051FC

Tints of Neon Blue #6051FC

Color information

#6051FC (or 0x6051FC) is unknown color: approx Neon Blue. HEX triplet: 60, 51 and FC. RGB value is (96,81,252). Sum of RGB (Red+Green+Blue) = 96+81+252=429 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.38% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 252 (98.83% from 255 or 58.74% from 429); Max value from RGB is 252 - color contains mainly: blue. Hex color #6051FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6051FC is #9FAE03. Grayscale: #686868. Windows color (decimal): -10464772 or 16535904. OLE color: 16535904.

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

Color convert

RGB9681252-
CMYK0.620.6800.01
HSL245.26º96.61%65.29%-
HSV(B)245.26º67.86%98.82%-
XYZ25.3415.493.73-
YUV104.98210.97121.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.38%
GREEN value IS 81 (32.03% from 255) = 18.88%
BLUE value IS 252 (98.83% from 255) = 58.74%
R=22.38%
G=18.88%
B=58.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal96812520.620.6800.01245.2696.6165.29
Hex6051FC3E4401f56141
Octal1401213747610401365141101
Binary11000001010001111111001111101000100011111010111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6051FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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