Shades of Neon Blue #283AFA
Tints of Neon Blue #283AFA
RGB
CMYK
RGB Variations
Color information
#283AFA (or 0x283AFA) is known color: Neon Blue. HEX triplet: 28, 3A and FA. RGB value is (40,58,250). Sum of RGB (Red+Green+Blue) = 40+58+250=348 (46% of max value = 765). Red value is 40 (16.02% from 255 or 11.49% from 348); Green value is 58 (23.05% from 255 or 16.67% from 348); Blue value is 250 (98.05% from 255 or 71.84% from 348); Max value from RGB is 250 - color contains mainly: blue. Hex color #283AFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #283AFA is #D7C505. Grayscale: #494949. Windows color (decimal): -14140678 or 16398888. OLE color: 16398888.
HSL color Cylindrical-coordinate representation of color #283AFA: hue angle of 234.86º 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 #283AFA is Cyan = 0.84, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 40 | 58 | 250 | - |
| CMYK | 0.84 | 0.77 | 0 | 0.02 |
| HSL | 234.86º | 0.95% | 0.57% | - |
| HSV(B) | 234.86º | 0.84% | 0.98% | - |
| XYZ | 19.64 | 10.38 | 91.41 | - |
| YUV | 74.51 | 227.04 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 58 | 250 | 0.84 | 0.77 | 0 | 0.02 | 234.86 | 0.95 | 0.57 |
| Hex | 28 | 3A | FA | 54 | 4D | 0 | 2 | EB | 5F | 39 |
| Octal | 50 | 72 | 372 | 124 | 115 | 0 | 2 | 353 | 137 | 71 |
| Binary | 101000 | 111010 | 11111010 | 1010100 | 1001101 | 0 | 10 | 11101011 | 1011111 | 111001 |
Color Harmonies of #283AFA
Complementary color
Monochromatic Colors of #283AFA
Black with #283AFA
Text Example
Text Example
White with #283AFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #283AFA; }
p { color: rgb(40,58,250); }
H1.HeaderClassName
{
color: #283AFA;
}
.AnyTagClassName
{
color: #283AFA;
}
</style>
background-color css
<style>
a { background-color: #283AFA; }
a { background-color: rgb(40,58,250); }
div.DivClassName
{
background-color: #283AFA;
}
.BgClassName
{
background-color: #283AFA;
}
</style>
border-color css
<style>
span { border-color: #283AFA; }
span { border-color: rgb(40,58,250); }
td.TdClassName
{
border-color: #283AFA;
}
.TagClassName
{
border-color: #283AFA;
}
</style>