Shades of Neon Blue #6352F1
Tints of Neon Blue #6352F1
RGB
CMYK
RGB Variations
Color information
#6352F1 (or 0x6352F1) is known color: Neon Blue. HEX triplet: 63, 52 and F1. RGB value is (99,82,241). Sum of RGB (Red+Green+Blue) = 99+82+241=422 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.46% from 422); Green value is 82 (32.42% from 255 or 19.43% from 422); Blue value is 241 (94.53% from 255 or 57.11% from 422); Max value from RGB is 241 - color contains mainly: blue. Hex color #6352F1 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6352F1 is #9CAD0E. Grayscale: #686868. Windows color (decimal): -10267919 or 15815267. OLE color: 15815267.
HSL color Cylindrical-coordinate representation of color #6352F1: hue angle of 246.42º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6352F1 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 99 | 82 | 241 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.05 |
| HSL | 246.42º | 0.85% | 0.63% | - |
| HSV(B) | 246.42º | 0.66% | 0.95% | - |
| XYZ | 24.04 | 15.04 | 84.85 | - |
| YUV | 105.21 | 204.63 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 241 | 0.59 | 0.66 | 0 | 0.05 | 246.42 | 0.85 | 0.63 |
| Hex | 63 | 52 | F1 | 3B | 42 | 0 | 5 | F6 | 55 | 3F |
| Octal | 143 | 122 | 361 | 73 | 102 | 0 | 5 | 366 | 125 | 77 |
| Binary | 1100011 | 1010010 | 11110001 | 111011 | 1000010 | 0 | 101 | 11110110 | 1010101 | 111111 |
Color Harmonies of #6352F1
Complementary color
Monochromatic Colors of #6352F1
Black with #6352F1
Text Example
Text Example
White with #6352F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6352F1; }
p { color: rgb(99,82,241); }
H1.HeaderClassName
{
color: #6352F1;
}
.AnyTagClassName
{
color: #6352F1;
}
</style>
background-color css
<style>
a { background-color: #6352F1; }
a { background-color: rgb(99,82,241); }
div.DivClassName
{
background-color: #6352F1;
}
.BgClassName
{
background-color: #6352F1;
}
</style>
border-color css
<style>
span { border-color: #6352F1; }
span { border-color: rgb(99,82,241); }
td.TdClassName
{
border-color: #6352F1;
}
.TagClassName
{
border-color: #6352F1;
}
</style>