#6152F9

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

Shades of Neon Blue #6152F9

Tints of Neon Blue #6152F9

Color information

#6152F9 (or 0x6152F9) is unknown color: approx Neon Blue. HEX triplet: 61, 52 and F9. RGB value is (97,82,249). Sum of RGB (Red+Green+Blue) = 97+82+249=428 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.66% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 249 (97.66% from 255 or 58.18% from 428); Max value from RGB is 249 - color contains mainly: blue. Hex color #6152F9 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6152F9 is #9EAD06. Grayscale: #686868. Windows color (decimal): -10398983 or 16339553. OLE color: 16339553.

HSL color Cylindrical-coordinate representation of color #6152F9: hue angle of 245.39º 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 #6152F9 is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB9782249-
CMYK0.610.6700.02
HSL245.39º93.3%64.9%-
HSV(B)245.39º67.07%97.65%-
XYZ25.0515.4291.28-
YUV105.52208.97121.92-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.66%
GREEN value IS 82 (32.42% from 255) = 19.16%
BLUE value IS 249 (97.66% from 255) = 58.18%
R=22.66%
G=19.16%
B=58.18%

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
Decimal97822490.610.6700.02245.3993.364.9
Hex6152F93D4302f55d41
Octal1411223717510302365135101
Binary110000110100101111100111110110000110101111010110111011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6152F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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