Shades of Neon Blue #4435FB
Tints of Neon Blue #4435FB
RGB
CMYK
RGB Variations
Color information
#4435FB (or 0x4435FB) is known color: Neon Blue. HEX triplet: 44, 35 and FB. RGB value is (68,53,251). Sum of RGB (Red+Green+Blue) = 68+53+251=372 (49% of max value = 765). Red value is 68 (26.95% from 255 or 18.28% from 372); Green value is 53 (21.09% from 255 or 14.25% from 372); Blue value is 251 (98.44% from 255 or 67.47% from 372); Max value from RGB is 251 - color contains mainly: blue. Hex color #4435FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4435FB is #BBCA04. Grayscale: #4F4F4F. Windows color (decimal): -12306949 or 16463172. OLE color: 16463172.
HSL color Cylindrical-coordinate representation of color #4435FB: hue angle of 244.55º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4435FB is Cyan = 0.73, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 53 | 251 | - |
| CMYK | 0.73 | 0.79 | 0 | 0.02 |
| HSL | 244.55º | 0.96% | 0.6% | - |
| HSV(B) | 244.55º | 0.79% | 0.98% | - |
| XYZ | 21.07 | 10.74 | 92.23 | - |
| YUV | 80.06 | 224.47 | 119.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 53 | 251 | 0.73 | 0.79 | 0 | 0.02 | 244.55 | 0.96 | 0.6 |
| Hex | 44 | 35 | FB | 49 | 4F | 0 | 2 | F5 | 60 | 3C |
| Octal | 104 | 65 | 373 | 111 | 117 | 0 | 2 | 365 | 140 | 74 |
| Binary | 1000100 | 110101 | 11111011 | 1001001 | 1001111 | 0 | 10 | 11110101 | 1100000 | 111100 |
Color Harmonies of #4435FB
Complementary color
Monochromatic Colors of #4435FB
Black with #4435FB
Text Example
Text Example
White with #4435FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4435FB; }
p { color: rgb(68,53,251); }
H1.HeaderClassName
{
color: #4435FB;
}
.AnyTagClassName
{
color: #4435FB;
}
</style>
background-color css
<style>
a { background-color: #4435FB; }
a { background-color: rgb(68,53,251); }
div.DivClassName
{
background-color: #4435FB;
}
.BgClassName
{
background-color: #4435FB;
}
</style>
border-color css
<style>
span { border-color: #4435FB; }
span { border-color: rgb(68,53,251); }
td.TdClassName
{
border-color: #4435FB;
}
.TagClassName
{
border-color: #4435FB;
}
</style>