Shades of Neon Blue #6353FB
Tints of Neon Blue #6353FB
RGB
CMYK
RGB Variations
Color information
#6353FB (or 0x6353FB) is known color: Neon Blue. HEX triplet: 63, 53 and FB. RGB value is (99,83,251). Sum of RGB (Red+Green+Blue) = 99+83+251=433 (57% of max value = 765). Red value is 99 (39.06% from 255 or 22.86% from 433); Green value is 83 (32.81% from 255 or 19.17% from 433); Blue value is 251 (98.44% from 255 or 57.97% from 433); Max value from RGB is 251 - color contains mainly: blue. Hex color #6353FB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6353FB is #9CAC04. Grayscale: #6A6A6A. Windows color (decimal): -10267653 or 16470883. OLE color: 16470883.
HSL color Cylindrical-coordinate representation of color #6353FB: hue angle of 245.71º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6353FB is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 99 | 83 | 251 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.02 |
| HSL | 245.71º | 0.95% | 0.65% | - |
| HSV(B) | 245.71º | 0.67% | 0.98% | - |
| XYZ | 25.65 | 15.8 | 92.97 | - |
| YUV | 106.94 | 209.3 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 83 | 251 | 0.61 | 0.67 | 0 | 0.02 | 245.71 | 0.95 | 0.65 |
| Hex | 63 | 53 | FB | 3D | 43 | 0 | 2 | F6 | 5F | 41 |
| Octal | 143 | 123 | 373 | 75 | 103 | 0 | 2 | 366 | 137 | 101 |
| Binary | 1100011 | 1010011 | 11111011 | 111101 | 1000011 | 0 | 10 | 11110110 | 1011111 | 1000001 |
Color Harmonies of #6353FB
Complementary color
Monochromatic Colors of #6353FB
Black with #6353FB
Text Example
Text Example
White with #6353FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6353FB; }
p { color: rgb(99,83,251); }
H1.HeaderClassName
{
color: #6353FB;
}
.AnyTagClassName
{
color: #6353FB;
}
</style>
background-color css
<style>
a { background-color: #6353FB; }
a { background-color: rgb(99,83,251); }
div.DivClassName
{
background-color: #6353FB;
}
.BgClassName
{
background-color: #6353FB;
}
</style>
border-color css
<style>
span { border-color: #6353FB; }
span { border-color: rgb(99,83,251); }
td.TdClassName
{
border-color: #6353FB;
}
.TagClassName
{
border-color: #6353FB;
}
</style>