Shades of Neon Blue #4843FE
Tints of Neon Blue #4843FE
RGB
CMYK
RGB Variations
Color information
#4843FE (or 0x4843FE) is known color: Neon Blue. HEX triplet: 48, 43 and FE. RGB value is (72,67,254). Sum of RGB (Red+Green+Blue) = 72+67+254=393 (52% of max value = 765). Red value is 72 (28.52% from 255 or 18.32% from 393); Green value is 67 (26.56% from 255 or 17.05% from 393); Blue value is 254 (99.61% from 255 or 64.63% from 393); Max value from RGB is 254 - color contains mainly: blue. Hex color #4843FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4843FE is #B7BC01. Grayscale: #595959. Windows color (decimal): -12041218 or 16663368. OLE color: 16663368.
HSL color Cylindrical-coordinate representation of color #4843FE: hue angle of 241.6º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4843FE is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 72 | 67 | 254 | - |
| CMYK | 0.72 | 0.74 | 0 | 0.00 |
| HSL | 241.6º | 0.99% | 0.63% | - |
| HSV(B) | 241.6º | 0.74% | 1% | - |
| XYZ | 22.57 | 12.55 | 95 | - |
| YUV | 89.81 | 220.66 | 115.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 67 | 254 | 0.72 | 0.74 | 0 | 0.00 | 241.6 | 0.99 | 0.63 |
| Hex | 48 | 43 | FE | 48 | 4A | 0 | 0 | F2 | 63 | 3F |
| Octal | 110 | 103 | 376 | 110 | 112 | 0 | 0 | 362 | 143 | 77 |
| Binary | 1001000 | 1000011 | 11111110 | 1001000 | 1001010 | 0 | 0 | 11110010 | 1100011 | 111111 |
Color Harmonies of #4843FE
Complementary color
Monochromatic Colors of #4843FE
Black with #4843FE
Text Example
Text Example
White with #4843FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4843FE; }
p { color: rgb(72,67,254); }
H1.HeaderClassName
{
color: #4843FE;
}
.AnyTagClassName
{
color: #4843FE;
}
</style>
background-color css
<style>
a { background-color: #4843FE; }
a { background-color: rgb(72,67,254); }
div.DivClassName
{
background-color: #4843FE;
}
.BgClassName
{
background-color: #4843FE;
}
</style>
border-color css
<style>
span { border-color: #4843FE; }
span { border-color: rgb(72,67,254); }
td.TdClassName
{
border-color: #4843FE;
}
.TagClassName
{
border-color: #4843FE;
}
</style>