#6053F1

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

Shades of Neon Blue #6053F1

Tints of Neon Blue #6053F1

Color information

#6053F1 (or 0x6053F1) is unknown color: approx Neon Blue. HEX triplet: 60, 53 and F1. RGB value is (96,83,241). Sum of RGB (Red+Green+Blue) = 96+83+241=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 83 (32.81% from 255 or 19.76% from 420); Blue value is 241 (94.53% from 255 or 57.38% from 420); Max value from RGB is 241 - color contains mainly: blue. Hex color #6053F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6053F1 is #9FAC0E. Grayscale: #686868. Windows color (decimal): -10464271 or 15815520. OLE color: 15815520.

HSL color Cylindrical-coordinate representation of color #6053F1: hue angle of 244.94º degrees, saturation: 0.85, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6053F1 is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB9683241-
CMYK0.600.6600.05
HSL244.94º84.95%63.53%-
HSV(B)244.94º65.56%94.51%-
XYZ23.7915.0284.86-
YUV104.9204.81121.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.86%
GREEN value IS 83 (32.81% from 255) = 19.76%
BLUE value IS 241 (94.53% from 255) = 57.38%
R=22.86%
G=19.76%
B=57.38%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal96832410.600.6600.05244.9484.9563.53
Hex6053F13C4205f55540
Octal1401233617410205365125100
Binary1100000101001111110001111100100001001011111010110101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6053F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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