Shades of Neon Blue #6356F6
Tints of Neon Blue #6356F6
RGB
CMYK
RGB Variations
Color information
#6356F6 (or 0x6356F6) is known color: Neon Blue. HEX triplet: 63, 56 and F6. RGB value is (99,86,246). Sum of RGB (Red+Green+Blue) = 99+86+246=431 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.97% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 246 (96.48% from 255 or 57.08% from 431); Max value from RGB is 246 - color contains mainly: blue. Hex color #6356F6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6356F6 is #9CA909. Grayscale: #6B6B6B. Windows color (decimal): -10266890 or 16143971. OLE color: 16143971.
HSL color Cylindrical-coordinate representation of color #6356F6: hue angle of 244.88º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6356F6 is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 99 | 86 | 246 | - |
| CMYK | 0.60 | 0.65 | 0 | 0.04 |
| HSL | 244.88º | 0.9% | 0.65% | - |
| HSV(B) | 244.88º | 0.65% | 0.96% | - |
| XYZ | 25.11 | 15.96 | 88.95 | - |
| YUV | 108.13 | 205.81 | 121.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 86 | 246 | 0.60 | 0.65 | 0 | 0.04 | 244.88 | 0.9 | 0.65 |
| Hex | 63 | 56 | F6 | 3C | 41 | 0 | 4 | F5 | 5A | 41 |
| Octal | 143 | 126 | 366 | 74 | 101 | 0 | 4 | 365 | 132 | 101 |
| Binary | 1100011 | 1010110 | 11110110 | 111100 | 1000001 | 0 | 100 | 11110101 | 1011010 | 1000001 |
Color Harmonies of #6356F6
Complementary color
Monochromatic Colors of #6356F6
Black with #6356F6
Text Example
Text Example
White with #6356F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6356F6; }
p { color: rgb(99,86,246); }
H1.HeaderClassName
{
color: #6356F6;
}
.AnyTagClassName
{
color: #6356F6;
}
</style>
background-color css
<style>
a { background-color: #6356F6; }
a { background-color: rgb(99,86,246); }
div.DivClassName
{
background-color: #6356F6;
}
.BgClassName
{
background-color: #6356F6;
}
</style>
border-color css
<style>
span { border-color: #6356F6; }
span { border-color: rgb(99,86,246); }
td.TdClassName
{
border-color: #6356F6;
}
.TagClassName
{
border-color: #6356F6;
}
</style>