#6057FD

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

Shades of Neon Blue #6057FD

Tints of Neon Blue #6057FD

Color information

#6057FD (or 0x6057FD) is unknown color: approx Neon Blue. HEX triplet: 60, 57 and FD. RGB value is (96,87,253). Sum of RGB (Red+Green+Blue) = 96+87+253=436 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.02% from 436); Green value is 87 (34.38% from 255 or 19.95% from 436); Blue value is 253 (99.22% from 255 or 58.03% from 436); Max value from RGB is 253 - color contains mainly: blue. Hex color #6057FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6057FD is #9FA802. Grayscale: #6B6B6B. Windows color (decimal): -10463235 or 16602976. OLE color: 16602976.

HSL color Cylindrical-coordinate representation of color #6057FD: hue angle of 243.25º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6057FD is Cyan = 0.62, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB9687253-
CMYK0.620.6600.01
HSL243.25º97.65%66.67%-
HSV(B)243.25º65.61%99.22%-
XYZ25.9616.494.72-
YUV108.62209.48119-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.02%
GREEN value IS 87 (34.38% from 255) = 19.95%
BLUE value IS 253 (99.22% from 255) = 58.03%
R=22.02%
G=19.95%
B=58.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal96872530.620.6600.01243.2597.6566.67
Hex6057FD3E4201f36243
Octal1401273757610201363142103
Binary11000001010111111111011111101000010011111001111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6057FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6057FD; }

 p { color: rgb(96,87,253); }

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

<style>
 a { background-color: #6057FD; }

 a { background-color: rgb(96,87,253); }

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

<style>
 span { border-color: #6057FD; }

 span { border-color: rgb(96,87,253); }

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