#6047F0

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

Shades of Neon Blue #6047F0

Tints of Neon Blue #6047F0

Color information

#6047F0 (or 0x6047F0) is unknown color: approx Neon Blue. HEX triplet: 60, 47 and F0. RGB value is (96,71,240). Sum of RGB (Red+Green+Blue) = 96+71+240=407 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.59% from 407); Green value is 71 (28.12% from 255 or 17.44% from 407); Blue value is 240 (94.14% from 255 or 58.97% from 407); Max value from RGB is 240 - color contains mainly: blue. Hex color #6047F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6047F0 is #9FB80F. Grayscale: #616161. Windows color (decimal): -10467344 or 15746912. OLE color: 15746912.

HSL color Cylindrical-coordinate representation of color #6047F0: hue angle of 248.88º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #6047F0 is Cyan = 0.6, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9671240-
CMYK0.60.7000.06
HSL248.88º84.92%60.98%-
HSV(B)248.88º70.42%94.12%-
XYZ22.8113.2883.8-
YUV97.74208.28126.76-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.59%
GREEN value IS 71 (28.12% from 255) = 17.44%
BLUE value IS 240 (94.14% from 255) = 58.97%
R=23.59%
G=17.44%
B=58.97%

CMYK

C (Cyan) values IS 0.6
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal96712400.60.7000.06248.8884.9260.98
Hex6047F03C4606f9553d
Octal140107360741060637112575
Binary110000010001111111000011110010001100110111110011010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6047F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6047F0; }

 p { color: rgb(96,71,240); }

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

<style>
 a { background-color: #6047F0; }

 a { background-color: rgb(96,71,240); }

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

<style>
 span { border-color: #6047F0; }

 span { border-color: rgb(96,71,240); }

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