Shades of Neon Blue #6351FF
Tints of Neon Blue #6351FF
RGB
CMYK
RGB Variations
Color information
#6351FF (or 0x6351FF) is known color: Neon Blue. HEX triplet: 63, 51 and FF. RGB value is (99,81,255). Sum of RGB (Red+Green+Blue) = 99+81+255=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 81 (32.03% from 255 or 18.62% from 435); Blue value is 255 (100% from 255 or 58.62% from 435); Max value from RGB is 255 - color contains mainly: blue. Hex color #6351FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6351FF is #9CAE00. Grayscale: #696969. Windows color (decimal): -10268161 or 16732515. OLE color: 16732515.
HSL color Cylindrical-coordinate representation of color #6351FF: hue angle of 246.21º 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 #6351FF is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 81 | 255 | - |
| CMYK | 0.61 | 0.68 | 0 | 0 |
| HSL | 246.21º | 1% | 0.66% | - |
| HSV(B) | 246.21º | 0.68% | 1% | - |
| XYZ | 26.14 | 15.76 | 96.27 | - |
| YUV | 106.22 | 211.96 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 255 | 0.61 | 0.68 | 0 | 0 | 246.21 | 1 | 0.66 |
| Hex | 63 | 51 | FF | 3D | 44 | 0 | 0 | F6 | 64 | 42 |
| Octal | 143 | 121 | 377 | 75 | 104 | 0 | 0 | 366 | 144 | 102 |
| Binary | 1100011 | 1010001 | 11111111 | 111101 | 1000100 | 0 | 0 | 11110110 | 1100100 | 1000010 |
Color Harmonies of #6351FF
Complementary color
Monochromatic Colors of #6351FF
Black with #6351FF
Text Example
Text Example
White with #6351FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6351FF; }
p { color: rgb(99,81,255); }
H1.HeaderClassName
{
color: #6351FF;
}
.AnyTagClassName
{
color: #6351FF;
}
</style>
background-color css
<style>
a { background-color: #6351FF; }
a { background-color: rgb(99,81,255); }
div.DivClassName
{
background-color: #6351FF;
}
.BgClassName
{
background-color: #6351FF;
}
</style>
border-color css
<style>
span { border-color: #6351FF; }
span { border-color: rgb(99,81,255); }
td.TdClassName
{
border-color: #6351FF;
}
.TagClassName
{
border-color: #6351FF;
}
</style>