#6152FA

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

Shades of Neon Blue #6152FA

Tints of Neon Blue #6152FA

Color information

#6152FA (or 0x6152FA) is unknown color: approx Neon Blue. HEX triplet: 61, 52 and FA. RGB value is (97,82,250). Sum of RGB (Red+Green+Blue) = 97+82+250=429 (56% of max value = 765). Red value is 97 (38.28% from 255 or 22.61% from 429); Green value is 82 (32.42% from 255 or 19.11% from 429); Blue value is 250 (98.05% from 255 or 58.28% from 429); Max value from RGB is 250 - color contains mainly: blue. Hex color #6152FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6152FA is #9EAD05. Grayscale: #686868. Windows color (decimal): -10398982 or 16405089. OLE color: 16405089.

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

Color convert

RGB9782250-
CMYK0.610.6700.02
HSL245.36º94.38%65.1%-
HSV(B)245.36º67.2%98.04%-
XYZ25.215.4892.1-
YUV105.64209.47121.84-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 22.61%
GREEN value IS 82 (32.42% from 255) = 19.11%
BLUE value IS 250 (98.05% from 255) = 58.28%
R=22.61%
G=19.11%
B=58.28%

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
Decimal97822500.610.6700.02245.3694.3865.1
Hex6152FA3D4302f55e41
Octal1411223727510302365136101
Binary110000110100101111101011110110000110101111010110111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6152FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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