Shades of Neon Blue #6351FD
Tints of Neon Blue #6351FD
RGB
CMYK
RGB Variations
Color information
#6351FD (or 0x6351FD) is known color: Neon Blue. HEX triplet: 63, 51 and FD. RGB value is (99,81,253). Sum of RGB (Red+Green+Blue) = 99+81+253=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 81 (32.03% from 255 or 18.71% from 433); Blue value is 253 (99.22% from 255 or 58.43% from 433); Max value from RGB is 253 - color contains mainly: blue. Hex color #6351FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6351FD is #9CAE02. Grayscale: #696969. Windows color (decimal): -10268163 or 16601443. OLE color: 16601443.
HSL color Cylindrical-coordinate representation of color #6351FD: hue angle of 246.28º degrees, saturation: 0.98, 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 #6351FD is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 99 | 81 | 253 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.01 |
| HSL | 246.28º | 0.98% | 0.65% | - |
| HSV(B) | 246.28º | 0.68% | 0.99% | - |
| XYZ | 25.82 | 15.63 | 94.58 | - |
| YUV | 105.99 | 210.96 | 123.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 253 | 0.61 | 0.68 | 0 | 0.01 | 246.28 | 0.98 | 0.65 |
| Hex | 63 | 51 | FD | 3D | 44 | 0 | 1 | F6 | 62 | 41 |
| Octal | 143 | 121 | 375 | 75 | 104 | 0 | 1 | 366 | 142 | 101 |
| Binary | 1100011 | 1010001 | 11111101 | 111101 | 1000100 | 0 | 1 | 11110110 | 1100010 | 1000001 |
Color Harmonies of #6351FD
Complementary color
Monochromatic Colors of #6351FD
Black with #6351FD
Text Example
Text Example
White with #6351FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6351FD; }
p { color: rgb(99,81,253); }
H1.HeaderClassName
{
color: #6351FD;
}
.AnyTagClassName
{
color: #6351FD;
}
</style>
background-color css
<style>
a { background-color: #6351FD; }
a { background-color: rgb(99,81,253); }
div.DivClassName
{
background-color: #6351FD;
}
.BgClassName
{
background-color: #6351FD;
}
</style>
border-color css
<style>
span { border-color: #6351FD; }
span { border-color: rgb(99,81,253); }
td.TdClassName
{
border-color: #6351FD;
}
.TagClassName
{
border-color: #6351FD;
}
</style>