Shades of Neon Blue #4845FB
Tints of Neon Blue #4845FB
RGB
CMYK
RGB Variations
Color information
#4845FB (or 0x4845FB) is known color: Neon Blue. HEX triplet: 48, 45 and FB. RGB value is (72,69,251). Sum of RGB (Red+Green+Blue) = 72+69+251=392 (51% of max value = 765). Red value is 72 (28.52% from 255 or 18.37% from 392); Green value is 69 (27.34% from 255 or 17.60% from 392); Blue value is 251 (98.44% from 255 or 64.03% from 392); Max value from RGB is 251 - color contains mainly: blue. Hex color #4845FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4845FB is #B7BA04. Grayscale: #595959. Windows color (decimal): -12040709 or 16467272. OLE color: 16467272.
HSL color Cylindrical-coordinate representation of color #4845FB: hue angle of 240.99º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4845FB is Cyan = 0.71, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 72 | 69 | 251 | - |
| CMYK | 0.71 | 0.73 | 0 | 0.02 |
| HSL | 240.99º | 0.96% | 0.63% | - |
| HSV(B) | 240.99º | 0.73% | 0.98% | - |
| XYZ | 22.21 | 12.6 | 92.53 | - |
| YUV | 90.65 | 218.49 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 69 | 251 | 0.71 | 0.73 | 0 | 0.02 | 240.99 | 0.96 | 0.63 |
| Hex | 48 | 45 | FB | 47 | 49 | 0 | 2 | F1 | 60 | 3F |
| Octal | 110 | 105 | 373 | 107 | 111 | 0 | 2 | 361 | 140 | 77 |
| Binary | 1001000 | 1000101 | 11111011 | 1000111 | 1001001 | 0 | 10 | 11110001 | 1100000 | 111111 |
Color Harmonies of #4845FB
Complementary color
Monochromatic Colors of #4845FB
Black with #4845FB
Text Example
Text Example
White with #4845FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4845FB; }
p { color: rgb(72,69,251); }
H1.HeaderClassName
{
color: #4845FB;
}
.AnyTagClassName
{
color: #4845FB;
}
</style>
background-color css
<style>
a { background-color: #4845FB; }
a { background-color: rgb(72,69,251); }
div.DivClassName
{
background-color: #4845FB;
}
.BgClassName
{
background-color: #4845FB;
}
</style>
border-color css
<style>
span { border-color: #4845FB; }
span { border-color: rgb(72,69,251); }
td.TdClassName
{
border-color: #4845FB;
}
.TagClassName
{
border-color: #4845FB;
}
</style>