Shades of Neon Blue #6356FF
Tints of Neon Blue #6356FF
RGB
CMYK
RGB Variations
Color information
#6356FF (or 0x6356FF) is known color: Neon Blue. HEX triplet: 63, 56 and FF. RGB value is (99,86,255). Sum of RGB (Red+Green+Blue) = 99+86+255=440 (58% of max value = 765). Red value is 99 (39.06% from 255 or 22.5% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 255 (100% from 255 or 57.95% from 440); Max value from RGB is 255 - color contains mainly: blue. Hex color #6356FF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6356FF is #9CA900. Grayscale: #6C6C6C. Windows color (decimal): -10266881 or 16733795. OLE color: 16733795.
HSL color Cylindrical-coordinate representation of color #6356FF: hue angle of 244.62º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6356FF is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 99 | 86 | 255 | - |
| CMYK | 0.61 | 0.66 | 0 | 0 |
| HSL | 244.62º | 1% | 0.67% | - |
| HSV(B) | 244.62º | 0.66% | 1% | - |
| XYZ | 26.52 | 16.53 | 96.4 | - |
| YUV | 109.15 | 210.31 | 120.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 86 | 255 | 0.61 | 0.66 | 0 | 0 | 244.62 | 1 | 0.67 |
| Hex | 63 | 56 | FF | 3D | 42 | 0 | 0 | F5 | 64 | 43 |
| Octal | 143 | 126 | 377 | 75 | 102 | 0 | 0 | 365 | 144 | 103 |
| Binary | 1100011 | 1010110 | 11111111 | 111101 | 1000010 | 0 | 0 | 11110101 | 1100100 | 1000011 |
Color Harmonies of #6356FF
Complementary color
Monochromatic Colors of #6356FF
Black with #6356FF
Text Example
Text Example
White with #6356FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6356FF; }
p { color: rgb(99,86,255); }
H1.HeaderClassName
{
color: #6356FF;
}
.AnyTagClassName
{
color: #6356FF;
}
</style>
background-color css
<style>
a { background-color: #6356FF; }
a { background-color: rgb(99,86,255); }
div.DivClassName
{
background-color: #6356FF;
}
.BgClassName
{
background-color: #6356FF;
}
</style>
border-color css
<style>
span { border-color: #6356FF; }
span { border-color: rgb(99,86,255); }
td.TdClassName
{
border-color: #6356FF;
}
.TagClassName
{
border-color: #6356FF;
}
</style>