Shades of Neon Blue #6150F2
Tints of Neon Blue #6150F2
RGB
CMYK
RGB Variations
Color information
#6150F2 (or 0x6150F2) is known color: Neon Blue. HEX triplet: 61, 50 and F2. RGB value is (97,80,242). Sum of RGB (Red+Green+Blue) = 97+80+242=419 (55% of max value = 765). Red value is 97 (38.28% from 255 or 23.15% from 419); Green value is 80 (31.64% from 255 or 19.09% from 419); Blue value is 242 (94.92% from 255 or 57.76% from 419); Max value from RGB is 242 - color contains mainly: blue. Hex color #6150F2 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6150F2 is #9EAF0D. Grayscale: #666666. Windows color (decimal): -10399502 or 15880289. OLE color: 15880289.
HSL color Cylindrical-coordinate representation of color #6150F2: hue angle of 246.3º degrees, saturation: 0.86, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6150F2 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 97 | 80 | 242 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.05 |
| HSL | 246.3º | 0.86% | 0.63% | - |
| HSV(B) | 246.3º | 0.67% | 0.95% | - |
| XYZ | 23.83 | 14.69 | 85.58 | - |
| YUV | 103.55 | 206.13 | 123.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 80 | 242 | 0.60 | 0.67 | 0 | 0.05 | 246.3 | 0.86 | 0.63 |
| Hex | 61 | 50 | F2 | 3C | 43 | 0 | 5 | F6 | 56 | 3F |
| Octal | 141 | 120 | 362 | 74 | 103 | 0 | 5 | 366 | 126 | 77 |
| Binary | 1100001 | 1010000 | 11110010 | 111100 | 1000011 | 0 | 101 | 11110110 | 1010110 | 111111 |
Color Harmonies of #6150F2
Complementary color
Monochromatic Colors of #6150F2
Black with #6150F2
Text Example
Text Example
White with #6150F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6150F2; }
p { color: rgb(97,80,242); }
H1.HeaderClassName
{
color: #6150F2;
}
.AnyTagClassName
{
color: #6150F2;
}
</style>
background-color css
<style>
a { background-color: #6150F2; }
a { background-color: rgb(97,80,242); }
div.DivClassName
{
background-color: #6150F2;
}
.BgClassName
{
background-color: #6150F2;
}
</style>
border-color css
<style>
span { border-color: #6150F2; }
span { border-color: rgb(97,80,242); }
td.TdClassName
{
border-color: #6150F2;
}
.TagClassName
{
border-color: #6150F2;
}
</style>