#6252F8

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

Shades of Neon Blue #6252F8

Tints of Neon Blue #6252F8

Color information

#6252F8 (or 0x6252F8) is unknown color: approx Neon Blue. HEX triplet: 62, 52 and F8. RGB value is (98,82,248). Sum of RGB (Red+Green+Blue) = 98+82+248=428 (56% of max value = 765). Red value is 98 (38.67% from 255 or 22.90% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 248 (97.27% from 255 or 57.94% from 428); Max value from RGB is 248 - color contains mainly: blue. Hex color #6252F8 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6252F8 is #9DAD07. Grayscale: #696969. Windows color (decimal): -10333448 or 16274018. OLE color: 16274018.

HSL color Cylindrical-coordinate representation of color #6252F8: hue angle of 245.78º degrees, saturation: 0.92, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6252F8 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB9882248-
CMYK0.600.6700.03
HSL245.78º92.22%64.71%-
HSV(B)245.78º66.94%97.25%-
XYZ2515.4190.46-
YUV105.71208.3122.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 22.90%
GREEN value IS 82 (32.42% from 255) = 19.16%
BLUE value IS 248 (97.27% from 255) = 57.94%
R=22.90%
G=19.16%
B=57.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal98822480.600.6700.03245.7892.2264.71
Hex6252F83C4303f65c41
Octal1421223707410303366134101
Binary110001010100101111100011110010000110111111011010111001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6252F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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