#6252EE

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

Shades of Neon Blue #6252EE

Tints of Neon Blue #6252EE

Color information

#6252EE (or 0x6252EE) is unknown color: approx Neon Blue. HEX triplet: 62, 52 and EE. RGB value is (98,82,238). Sum of RGB (Red+Green+Blue) = 98+82+238=418 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.44% from 418); Green value is 82 (32.42% from 255 or 19.62% from 418); Blue value is 238 (93.36% from 255 or 56.94% from 418); Max value from RGB is 238 - color contains mainly: blue. Hex color #6252EE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6252EE is #9DAD11. Grayscale: #676767. Windows color (decimal): -10333458 or 15618658. OLE color: 15618658.

HSL color Cylindrical-coordinate representation of color #6252EE: hue angle of 246.15º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6252EE is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB9882238-
CMYK0.590.6600.07
HSL246.15º82.11%62.75%-
HSV(B)246.15º65.55%93.33%-
XYZ23.4914.882.51-
YUV104.57203.3123.32-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 23.44%
GREEN value IS 82 (32.42% from 255) = 19.62%
BLUE value IS 238 (93.36% from 255) = 56.94%
R=23.44%
G=19.62%
B=56.94%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal98822380.590.6600.07246.1582.1162.75
Hex6252EE3B4207f6523f
Octal142122356731020736612277
Binary110001010100101110111011101110000100111111101101010010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6252EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6252EE; }

 p { color: rgb(98,82,238); }

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

<style>
 a { background-color: #6252EE; }

 a { background-color: rgb(98,82,238); }

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

<style>
 span { border-color: #6252EE; }

 span { border-color: rgb(98,82,238); }

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