Shades of Neon Blue #6352FF
Tints of Neon Blue #6352FF
RGB
CMYK
RGB Variations
Color information
#6352FF (or 0x6352FF) is known color: Neon Blue. HEX triplet: 63, 52 and FF. RGB value is (99,82,255). Sum of RGB (Red+Green+Blue) = 99+82+255=436 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.71% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 255 (100% from 255 or 58.49% from 436); Max value from RGB is 255 - color contains mainly: blue. Hex color #6352FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6352FF is #9CAD00. Grayscale: #6A6A6A. Windows color (decimal): -10267905 or 16732771. OLE color: 16732771.
HSL color Cylindrical-coordinate representation of color #6352FF: hue angle of 245.9º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6352FF is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 82 | 255 | - |
| CMYK | 0.61 | 0.68 | 0 | 0 |
| HSL | 245.9º | 1% | 0.66% | - |
| HSV(B) | 245.9º | 0.68% | 1% | - |
| XYZ | 26.21 | 15.91 | 96.3 | - |
| YUV | 106.81 | 211.63 | 122.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 255 | 0.61 | 0.68 | 0 | 0 | 245.9 | 1 | 0.66 |
| Hex | 63 | 52 | FF | 3D | 44 | 0 | 0 | F6 | 64 | 42 |
| Octal | 143 | 122 | 377 | 75 | 104 | 0 | 0 | 366 | 144 | 102 |
| Binary | 1100011 | 1010010 | 11111111 | 111101 | 1000100 | 0 | 0 | 11110110 | 1100100 | 1000010 |
Color Harmonies of #6352FF
Complementary color
Monochromatic Colors of #6352FF
Black with #6352FF
Text Example
Text Example
White with #6352FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6352FF; }
p { color: rgb(99,82,255); }
H1.HeaderClassName
{
color: #6352FF;
}
.AnyTagClassName
{
color: #6352FF;
}
</style>
background-color css
<style>
a { background-color: #6352FF; }
a { background-color: rgb(99,82,255); }
div.DivClassName
{
background-color: #6352FF;
}
.BgClassName
{
background-color: #6352FF;
}
</style>
border-color css
<style>
span { border-color: #6352FF; }
span { border-color: rgb(99,82,255); }
td.TdClassName
{
border-color: #6352FF;
}
.TagClassName
{
border-color: #6352FF;
}
</style>