#6252F9

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

Shades of Neon Blue #6252F9

Tints of Neon Blue #6252F9

Color information

#6252F9 (or 0x6252F9) is unknown color: approx Neon Blue. HEX triplet: 62, 52 and F9. RGB value is (98,82,249). Sum of RGB (Red+Green+Blue) = 98+82+249=429 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.84% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 249 (97.66% from 255 or 58.04% from 429); Max value from RGB is 249 - color contains mainly: blue. Hex color #6252F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6252F9 is #9DAD06. Grayscale: #696969. Windows color (decimal): -10333447 or 16339554. OLE color: 16339554.

HSL color Cylindrical-coordinate representation of color #6252F9: hue angle of 245.75º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6252F9 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9882249-
CMYK0.610.6700.02
HSL245.75º93.3%64.9%-
HSV(B)245.75º67.07%97.65%-
XYZ25.1515.4791.28-
YUV105.82208.8122.42-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.84%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 249 (97.66% from 255) = 58.04%
R=22.84%
G=19.11%
B=58.04%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal98822490.610.6700.02245.7593.364.9
Hex6252F93D4302f65d41
Octal1421223717510302366135101
Binary110001010100101111100111110110000110101111011010111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6252F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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