Shades of Neon Blue #2843FF
Tints of Neon Blue #2843FF
RGB
CMYK
RGB Variations
Color information
#2843FF (or 0x2843FF) is known color: Neon Blue. HEX triplet: 28, 43 and FF. RGB value is (40,67,255). Sum of RGB (Red+Green+Blue) = 40+67+255=362 (47% of max value = 765). Red value is 40 (16.02% from 255 or 11.05% from 362); Green value is 67 (26.56% from 255 or 18.51% from 362); Blue value is 255 (100% from 255 or 70.44% from 362); Max value from RGB is 255 - color contains mainly: blue. Hex color #2843FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2843FF is #D7BC00. Grayscale: #4F4F4F. Windows color (decimal): -14138369 or 16728872. OLE color: 16728872.
HSL color Cylindrical-coordinate representation of color #2843FF: hue angle of 232.47º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2843FF is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 67 | 255 | - |
| CMYK | 0.84 | 0.74 | 0 | 0 |
| HSL | 232.47º | 1% | 0.58% | - |
| HSV(B) | 232.47º | 0.84% | 1% | - |
| XYZ | 20.93 | 11.69 | 95.76 | - |
| YUV | 80.36 | 226.55 | 99.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 67 | 255 | 0.84 | 0.74 | 0 | 0 | 232.47 | 1 | 0.58 |
| Hex | 28 | 43 | FF | 54 | 4A | 0 | 0 | E8 | 64 | 3A |
| Octal | 50 | 103 | 377 | 124 | 112 | 0 | 0 | 350 | 144 | 72 |
| Binary | 101000 | 1000011 | 11111111 | 1010100 | 1001010 | 0 | 0 | 11101000 | 1100100 | 111010 |
Color Harmonies of #2843FF
Complementary color
Monochromatic Colors of #2843FF
Black with #2843FF
Text Example
Text Example
White with #2843FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2843FF; }
p { color: rgb(40,67,255); }
H1.HeaderClassName
{
color: #2843FF;
}
.AnyTagClassName
{
color: #2843FF;
}
</style>
background-color css
<style>
a { background-color: #2843FF; }
a { background-color: rgb(40,67,255); }
div.DivClassName
{
background-color: #2843FF;
}
.BgClassName
{
background-color: #2843FF;
}
</style>
border-color css
<style>
span { border-color: #2843FF; }
span { border-color: rgb(40,67,255); }
td.TdClassName
{
border-color: #2843FF;
}
.TagClassName
{
border-color: #2843FF;
}
</style>