#6053FE

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

Shades of Neon Blue #6053FE

Tints of Neon Blue #6053FE

Color information

#6053FE (or 0x6053FE) is unknown color: approx Neon Blue. HEX triplet: 60, 53 and FE. RGB value is (96,83,254). Sum of RGB (Red+Green+Blue) = 96+83+254=433 (57% of max value = 765). Red value is 96 (37.89% from 255 or 22.17% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 254 (99.61% from 255 or 58.66% from 433); Max value from RGB is 254 - color contains mainly: blue. Hex color #6053FE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6053FE is #9FAC01. Grayscale: #696969. Windows color (decimal): -10464258 or 16667488. OLE color: 16667488.

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

Color convert

RGB9683254-
CMYK0.620.6700.00
HSL244.56º98.84%66.08%-
HSV(B)244.56º67.32%99.61%-
XYZ25.8115.8395.46-
YUV106.38211.31120.6-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.17%
GREEN value IS 83 (32.81% from 255) = 19.17%
BLUE value IS 254 (99.61% from 255) = 58.66%
R=22.17%
G=19.17%
B=58.66%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal96832540.620.6700.00244.5698.8466.08
Hex6053FE3E4300f56342
Octal1401233767610300365143102
Binary11000001010011111111101111101000011001111010111000111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6053FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6053FE; }

 p { color: rgb(96,83,254); }

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

<style>
 a { background-color: #6053FE; }

 a { background-color: rgb(96,83,254); }

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

<style>
 span { border-color: #6053FE; }

 span { border-color: rgb(96,83,254); }

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