Shades of Neon Blue #282FFA
Tints of Neon Blue #282FFA
RGB
CMYK
RGB Variations
Color information
#282FFA (or 0x282FFA) is known color: Neon Blue. HEX triplet: 28, 2F and FA. RGB value is (40,47,250). Sum of RGB (Red+Green+Blue) = 40+47+250=337 (44% of max value = 765). Red value is 40 (16.02% from 255 or 11.87% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 250 (98.05% from 255 or 74.18% from 337); Max value from RGB is 250 - color contains mainly: blue. Hex color #282FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282FFA is #D7D005. Grayscale: #434343. Windows color (decimal): -14143494 or 16396072. OLE color: 16396072.
HSL color Cylindrical-coordinate representation of color #282FFA: hue angle of 238º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #282FFA is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 47 | 250 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.02 |
| HSL | 238º | 0.95% | 0.57% | - |
| HSV(B) | 238º | 0.84% | 0.98% | - |
| XYZ | 19.15 | 9.39 | 91.25 | - |
| YUV | 68.05 | 230.68 | 107.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 250 | 0.84 | 0.81 | 0 | 0.02 | 238 | 0.95 | 0.57 |
| Hex | 28 | 2F | FA | 54 | 51 | 0 | 2 | EE | 5F | 39 |
| Octal | 50 | 57 | 372 | 124 | 121 | 0 | 2 | 356 | 137 | 71 |
| Binary | 101000 | 101111 | 11111010 | 1010100 | 1010001 | 0 | 10 | 11101110 | 1011111 | 111001 |
Color Harmonies of #282FFA
Complementary color
Monochromatic Colors of #282FFA
Black with #282FFA
Text Example
Text Example
White with #282FFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282FFA; }
p { color: rgb(40,47,250); }
H1.HeaderClassName
{
color: #282FFA;
}
.AnyTagClassName
{
color: #282FFA;
}
</style>
background-color css
<style>
a { background-color: #282FFA; }
a { background-color: rgb(40,47,250); }
div.DivClassName
{
background-color: #282FFA;
}
.BgClassName
{
background-color: #282FFA;
}
</style>
border-color css
<style>
span { border-color: #282FFA; }
span { border-color: rgb(40,47,250); }
td.TdClassName
{
border-color: #282FFA;
}
.TagClassName
{
border-color: #282FFA;
}
</style>