Shades of Neon Blue #4833FB
Tints of Neon Blue #4833FB
RGB
CMYK
RGB Variations
Color information
#4833FB (or 0x4833FB) is known color: Neon Blue. HEX triplet: 48, 33 and FB. RGB value is (72,51,251). Sum of RGB (Red+Green+Blue) = 72+51+251=374 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.25% from 374); Green value is 51 (20.31% from 255 or 13.64% from 374); Blue value is 251 (98.44% from 255 or 67.11% from 374); Max value from RGB is 251 - color contains mainly: blue. Hex color #4833FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4833FB is #B7CC04. Grayscale: #4F4F4F. Windows color (decimal): -12045317 or 16462664. OLE color: 16462664.
HSL color Cylindrical-coordinate representation of color #4833FB: hue angle of 246.3º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4833FB is Cyan = 0.71, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 51 | 251 | - |
| CMYK | 0.71 | 0.80 | 0 | 0.02 |
| HSL | 246.3º | 0.96% | 0.59% | - |
| HSV(B) | 246.3º | 0.8% | 0.98% | - |
| XYZ | 21.27 | 10.71 | 92.21 | - |
| YUV | 80.08 | 224.46 | 122.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 251 | 0.71 | 0.80 | 0 | 0.02 | 246.3 | 0.96 | 0.59 |
| Hex | 48 | 33 | FB | 47 | 50 | 0 | 2 | F6 | 60 | 3B |
| Octal | 110 | 63 | 373 | 107 | 120 | 0 | 2 | 366 | 140 | 73 |
| Binary | 1001000 | 110011 | 11111011 | 1000111 | 1010000 | 0 | 10 | 11110110 | 1100000 | 111011 |
Color Harmonies of #4833FB
Complementary color
Monochromatic Colors of #4833FB
Black with #4833FB
Text Example
Text Example
White with #4833FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4833FB; }
p { color: rgb(72,51,251); }
H1.HeaderClassName
{
color: #4833FB;
}
.AnyTagClassName
{
color: #4833FB;
}
</style>
background-color css
<style>
a { background-color: #4833FB; }
a { background-color: rgb(72,51,251); }
div.DivClassName
{
background-color: #4833FB;
}
.BgClassName
{
background-color: #4833FB;
}
</style>
border-color css
<style>
span { border-color: #4833FB; }
span { border-color: rgb(72,51,251); }
td.TdClassName
{
border-color: #4833FB;
}
.TagClassName
{
border-color: #4833FB;
}
</style>