Shades of Neon Blue #4855FE
Tints of Neon Blue #4855FE
RGB
CMYK
RGB Variations
Color information
#4855FE (or 0x4855FE) is known color: Neon Blue. HEX triplet: 48, 55 and FE. RGB value is (72,85,254). Sum of RGB (Red+Green+Blue) = 72+85+254=411 (54% of max value = 765). Red value is 72 (28.52% from 255 or 17.52% from 411); Green value is 85 (33.59% from 255 or 20.68% from 411); Blue value is 254 (99.61% from 255 or 61.80% from 411); Max value from RGB is 254 - color contains mainly: blue. Hex color #4855FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4855FE is #B7AA01. Grayscale: #636363. Windows color (decimal): -12036610 or 16667976. OLE color: 16667976.
HSL color Cylindrical-coordinate representation of color #4855FE: hue angle of 235.71º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4855FE is Cyan = 0.72, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 85 | 254 | - |
| CMYK | 0.72 | 0.67 | 0 | 0.00 |
| HSL | 235.71º | 0.99% | 0.64% | - |
| HSV(B) | 235.71º | 0.72% | 1% | - |
| XYZ | 23.81 | 15.03 | 95.41 | - |
| YUV | 100.38 | 214.69 | 107.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 85 | 254 | 0.72 | 0.67 | 0 | 0.00 | 235.71 | 0.99 | 0.64 |
| Hex | 48 | 55 | FE | 48 | 43 | 0 | 0 | EC | 63 | 40 |
| Octal | 110 | 125 | 376 | 110 | 103 | 0 | 0 | 354 | 143 | 100 |
| Binary | 1001000 | 1010101 | 11111110 | 1001000 | 1000011 | 0 | 0 | 11101100 | 1100011 | 1000000 |
Color Harmonies of #4855FE
Complementary color
Monochromatic Colors of #4855FE
Black with #4855FE
Text Example
Text Example
White with #4855FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4855FE; }
p { color: rgb(72,85,254); }
H1.HeaderClassName
{
color: #4855FE;
}
.AnyTagClassName
{
color: #4855FE;
}
</style>
background-color css
<style>
a { background-color: #4855FE; }
a { background-color: rgb(72,85,254); }
div.DivClassName
{
background-color: #4855FE;
}
.BgClassName
{
background-color: #4855FE;
}
</style>
border-color css
<style>
span { border-color: #4855FE; }
span { border-color: rgb(72,85,254); }
td.TdClassName
{
border-color: #4855FE;
}
.TagClassName
{
border-color: #4855FE;
}
</style>