Shades of Neon Blue #6355FB
Tints of Neon Blue #6355FB
RGB
CMYK
RGB Variations
Color information
#6355FB (or 0x6355FB) is known color: Neon Blue. HEX triplet: 63, 55 and FB. RGB value is (99,85,251). Sum of RGB (Red+Green+Blue) = 99+85+251=435 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.76% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 251 (98.44% from 255 or 57.70% from 435); Max value from RGB is 251 - color contains mainly: blue. Hex color #6355FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6355FB is #9CAA04. Grayscale: #6B6B6B. Windows color (decimal): -10267141 or 16471395. OLE color: 16471395.
HSL color Cylindrical-coordinate representation of color #6355FB: hue angle of 245.06º degrees, saturation: 0.95, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6355FB is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 85 | 251 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.02 |
| HSL | 245.06º | 0.95% | 0.66% | - |
| HSV(B) | 245.06º | 0.66% | 0.98% | - |
| XYZ | 25.81 | 16.11 | 93.02 | - |
| YUV | 108.11 | 208.64 | 121.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 85 | 251 | 0.61 | 0.66 | 0 | 0.02 | 245.06 | 0.95 | 0.66 |
| Hex | 63 | 55 | FB | 3D | 42 | 0 | 2 | F5 | 5F | 42 |
| Octal | 143 | 125 | 373 | 75 | 102 | 0 | 2 | 365 | 137 | 102 |
| Binary | 1100011 | 1010101 | 11111011 | 111101 | 1000010 | 0 | 10 | 11110101 | 1011111 | 1000010 |
Color Harmonies of #6355FB
Complementary color
Monochromatic Colors of #6355FB
Black with #6355FB
Text Example
Text Example
White with #6355FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6355FB; }
p { color: rgb(99,85,251); }
H1.HeaderClassName
{
color: #6355FB;
}
.AnyTagClassName
{
color: #6355FB;
}
</style>
background-color css
<style>
a { background-color: #6355FB; }
a { background-color: rgb(99,85,251); }
div.DivClassName
{
background-color: #6355FB;
}
.BgClassName
{
background-color: #6355FB;
}
</style>
border-color css
<style>
span { border-color: #6355FB; }
span { border-color: rgb(99,85,251); }
td.TdClassName
{
border-color: #6355FB;
}
.TagClassName
{
border-color: #6355FB;
}
</style>