#6247F0

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

Shades of Neon Blue #6247F0

Tints of Neon Blue #6247F0

Color information

#6247F0 (or 0x6247F0) is unknown color: approx Neon Blue. HEX triplet: 62, 47 and F0. RGB value is (98,71,240). Sum of RGB (Red+Green+Blue) = 98+71+240=409 (54% of max value = 765). Red value is 98 (38.67% from 255 or 23.96% from 409); Green value is 71 (28.12% from 255 or 17.36% from 409); Blue value is 240 (94.14% from 255 or 58.68% from 409); Max value from RGB is 240 - color contains mainly: blue. Hex color #6247F0 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6247F0 is #9DB80F. Grayscale: #616161. Windows color (decimal): -10336272 or 15746914. OLE color: 15746914.

HSL color Cylindrical-coordinate representation of color #6247F0: hue angle of 249.59º 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 #6247F0 is Cyan = 0.59, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB9871240-
CMYK0.590.7000.06
HSL249.59º84.92%60.98%-
HSV(B)249.59º70.42%94.12%-
XYZ23.0213.3983.81-
YUV98.34207.95127.76-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.96%
GREEN value IS 71 (28.12% from 255) = 17.36%
BLUE value IS 240 (94.14% from 255) = 58.68%
R=23.96%
G=17.36%
B=58.68%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal98712400.590.7000.06249.5984.9260.98
Hex6247F03B4606fa553d
Octal142107360731060637212575
Binary110001010001111111000011101110001100110111110101010101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6247F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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