Shades of Neon Blue #4833FD
Tints of Neon Blue #4833FD
RGB
CMYK
RGB Variations
Color information
#4833FD (or 0x4833FD) is known color: Neon Blue. HEX triplet: 48, 33 and FD. RGB value is (72,51,253). Sum of RGB (Red+Green+Blue) = 72+51+253=376 (49% of max value = 765). Red value is 72 (28.52% from 255 or 19.15% from 376); Green value is 51 (20.31% from 255 or 13.56% from 376); Blue value is 253 (99.22% from 255 or 67.29% from 376); Max value from RGB is 253 - color contains mainly: blue. Hex color #4833FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4833FD is #B7CC02. Grayscale: #4F4F4F. Windows color (decimal): -12045315 or 16593736. OLE color: 16593736.
HSL color Cylindrical-coordinate representation of color #4833FD: hue angle of 246.24º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4833FD is Cyan = 0.72, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 72 | 51 | 253 | - |
| CMYK | 0.72 | 0.80 | 0 | 0.01 |
| HSL | 246.24º | 0.98% | 0.6% | - |
| HSV(B) | 246.24º | 0.8% | 0.99% | - |
| XYZ | 21.59 | 10.84 | 93.88 | - |
| YUV | 80.31 | 225.46 | 122.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 253 | 0.72 | 0.80 | 0 | 0.01 | 246.24 | 0.98 | 0.6 |
| Hex | 48 | 33 | FD | 48 | 50 | 0 | 1 | F6 | 62 | 3C |
| Octal | 110 | 63 | 375 | 110 | 120 | 0 | 1 | 366 | 142 | 74 |
| Binary | 1001000 | 110011 | 11111101 | 1001000 | 1010000 | 0 | 1 | 11110110 | 1100010 | 111100 |
Color Harmonies of #4833FD
Complementary color
Monochromatic Colors of #4833FD
Black with #4833FD
Text Example
Text Example
White with #4833FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4833FD; }
p { color: rgb(72,51,253); }
H1.HeaderClassName
{
color: #4833FD;
}
.AnyTagClassName
{
color: #4833FD;
}
</style>
background-color css
<style>
a { background-color: #4833FD; }
a { background-color: rgb(72,51,253); }
div.DivClassName
{
background-color: #4833FD;
}
.BgClassName
{
background-color: #4833FD;
}
</style>
border-color css
<style>
span { border-color: #4833FD; }
span { border-color: rgb(72,51,253); }
td.TdClassName
{
border-color: #4833FD;
}
.TagClassName
{
border-color: #4833FD;
}
</style>