Shades of Neon Blue #6351ED
Tints of Neon Blue #6351ED
RGB
CMYK
RGB Variations
Color information
#6351ED (or 0x6351ED) is known color: Neon Blue. HEX triplet: 63, 51 and ED. RGB value is (99,81,237). Sum of RGB (Red+Green+Blue) = 99+81+237=417 (55% of max value = 765). Red value is 99 (39.06% from 255 or 23.74% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 237 (92.97% from 255 or 56.83% from 417); Max value from RGB is 237 - color contains mainly: blue. Hex color #6351ED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6351ED is #9CAE12. Grayscale: #676767. Windows color (decimal): -10268179 or 15552867. OLE color: 15552867.
HSL color Cylindrical-coordinate representation of color #6351ED: hue angle of 246.92º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6351ED is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 99 | 81 | 237 | - |
| CMYK | 0.58 | 0.66 | 0 | 0.07 |
| HSL | 246.92º | 0.81% | 0.62% | - |
| HSV(B) | 246.92º | 0.66% | 0.93% | - |
| XYZ | 23.37 | 14.65 | 81.72 | - |
| YUV | 104.17 | 202.96 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 81 | 237 | 0.58 | 0.66 | 0 | 0.07 | 246.92 | 0.81 | 0.62 |
| Hex | 63 | 51 | ED | 3A | 42 | 0 | 7 | F7 | 51 | 3E |
| Octal | 143 | 121 | 355 | 72 | 102 | 0 | 7 | 367 | 121 | 76 |
| Binary | 1100011 | 1010001 | 11101101 | 111010 | 1000010 | 0 | 111 | 11110111 | 1010001 | 111110 |
Color Harmonies of #6351ED
Complementary color
Monochromatic Colors of #6351ED
Black with #6351ED
Text Example
Text Example
White with #6351ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6351ED; }
p { color: rgb(99,81,237); }
H1.HeaderClassName
{
color: #6351ED;
}
.AnyTagClassName
{
color: #6351ED;
}
</style>
background-color css
<style>
a { background-color: #6351ED; }
a { background-color: rgb(99,81,237); }
div.DivClassName
{
background-color: #6351ED;
}
.BgClassName
{
background-color: #6351ED;
}
</style>
border-color css
<style>
span { border-color: #6351ED; }
span { border-color: rgb(99,81,237); }
td.TdClassName
{
border-color: #6351ED;
}
.TagClassName
{
border-color: #6351ED;
}
</style>