Shades of Neon Blue #6351FC
Tints of Neon Blue #6351FC
RGB
CMYK
RGB Variations
Color information
#6351FC (or 0x6351FC) is known color: Neon Blue. HEX triplet: 63, 51 and FC. RGB value is (99,81,252). Sum of RGB (Red+Green+Blue) = 99+81+252=432 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.92% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 252 (98.83% from 255 or 58.33% from 432); Max value from RGB is 252 - color contains mainly: blue. Hex color #6351FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6351FC is #9CAE03. Grayscale: #696969. Windows color (decimal): -10268164 or 16535907. OLE color: 16535907.
HSL color Cylindrical-coordinate representation of color #6351FC: hue angle of 246.32º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #6351FC is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 81 | 252 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.01 |
| HSL | 246.32º | 0.97% | 0.65% | - |
| HSV(B) | 246.32º | 0.68% | 0.99% | - |
| XYZ | 25.66 | 15.57 | 93.75 | - |
| YUV | 105.88 | 210.46 | 123.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 252 | 0.61 | 0.68 | 0 | 0.01 | 246.32 | 0.97 | 0.65 |
| Hex | 63 | 51 | FC | 3D | 44 | 0 | 1 | F6 | 61 | 41 |
| Octal | 143 | 121 | 374 | 75 | 104 | 0 | 1 | 366 | 141 | 101 |
| Binary | 1100011 | 1010001 | 11111100 | 111101 | 1000100 | 0 | 1 | 11110110 | 1100001 | 1000001 |
Color Harmonies of #6351FC
Complementary color
Monochromatic Colors of #6351FC
Black with #6351FC
Text Example
Text Example
White with #6351FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6351FC; }
p { color: rgb(99,81,252); }
H1.HeaderClassName
{
color: #6351FC;
}
.AnyTagClassName
{
color: #6351FC;
}
</style>
background-color css
<style>
a { background-color: #6351FC; }
a { background-color: rgb(99,81,252); }
div.DivClassName
{
background-color: #6351FC;
}
.BgClassName
{
background-color: #6351FC;
}
</style>
border-color css
<style>
span { border-color: #6351FC; }
span { border-color: rgb(99,81,252); }
td.TdClassName
{
border-color: #6351FC;
}
.TagClassName
{
border-color: #6351FC;
}
</style>