Shades of Neon Blue #6352F0
Tints of Neon Blue #6352F0
RGB
CMYK
RGB Variations
Color information
#6352F0 (or 0x6352F0) is known color: Neon Blue. HEX triplet: 63, 52 and F0. RGB value is (99,82,240). Sum of RGB (Red+Green+Blue) = 99+82+240=421 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.52% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 240 (94.14% from 255 or 57.01% from 421); Max value from RGB is 240 - color contains mainly: blue. Hex color #6352F0 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6352F0 is #9CAD0F. Grayscale: #686868. Windows color (decimal): -10267920 or 15749731. OLE color: 15749731.
HSL color Cylindrical-coordinate representation of color #6352F0: hue angle of 246.46º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6352F0 is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 99 | 82 | 240 | - |
| CMYK | 0.59 | 0.66 | 0 | 0.06 |
| HSL | 246.46º | 0.84% | 0.63% | - |
| HSV(B) | 246.46º | 0.66% | 0.94% | - |
| XYZ | 23.89 | 14.98 | 84.07 | - |
| YUV | 105.1 | 204.13 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 82 | 240 | 0.59 | 0.66 | 0 | 0.06 | 246.46 | 0.84 | 0.63 |
| Hex | 63 | 52 | F0 | 3B | 42 | 0 | 6 | F6 | 54 | 3F |
| Octal | 143 | 122 | 360 | 73 | 102 | 0 | 6 | 366 | 124 | 77 |
| Binary | 1100011 | 1010010 | 11110000 | 111011 | 1000010 | 0 | 110 | 11110110 | 1010100 | 111111 |
Color Harmonies of #6352F0
Complementary color
Monochromatic Colors of #6352F0
Black with #6352F0
Text Example
Text Example
White with #6352F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6352F0; }
p { color: rgb(99,82,240); }
H1.HeaderClassName
{
color: #6352F0;
}
.AnyTagClassName
{
color: #6352F0;
}
</style>
background-color css
<style>
a { background-color: #6352F0; }
a { background-color: rgb(99,82,240); }
div.DivClassName
{
background-color: #6352F0;
}
.BgClassName
{
background-color: #6352F0;
}
</style>
border-color css
<style>
span { border-color: #6352F0; }
span { border-color: rgb(99,82,240); }
td.TdClassName
{
border-color: #6352F0;
}
.TagClassName
{
border-color: #6352F0;
}
</style>