#6152F7

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

Shades of Neon Blue #6152F7

Tints of Neon Blue #6152F7

Color information

#6152F7 (or 0x6152F7) is unknown color: approx Neon Blue. HEX triplet: 61, 52 and F7. RGB value is (97,82,247). Sum of RGB (Red+Green+Blue) = 97+82+247=426 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.77% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 247 (96.88% from 255 or 57.98% from 426); Max value from RGB is 247 - color contains mainly: blue. Hex color #6152F7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6152F7 is #9EAD08. Grayscale: #686868. Windows color (decimal): -10398985 or 16208481. OLE color: 16208481.

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

Color convert

RGB9782247-
CMYK0.610.6700.03
HSL245.45º91.16%64.51%-
HSV(B)245.45º66.8%96.86%-
XYZ24.7415.2989.64-
YUV105.3207.97122.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.77%
GREEN value IS 82 (32.42% from 255) = 19.25%
BLUE value IS 247 (96.88% from 255) = 57.98%
R=22.77%
G=19.25%
B=57.98%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal97822470.610.6700.03245.4591.1664.51
Hex6152F73D4303f55b41
Octal1411223677510303365133101
Binary110000110100101111011111110110000110111111010110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6152F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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