Shades of Neon Blue #282FF5
Tints of Neon Blue #282FF5
RGB
CMYK
RGB Variations
Color information
#282FF5 (or 0x282FF5) is known color: Neon Blue. HEX triplet: 28, 2F and F5. RGB value is (40,47,245). Sum of RGB (Red+Green+Blue) = 40+47+245=332 (43% of max value = 765). Red value is 40 (16.02% from 255 or 12.05% from 332); Green value is 47 (18.75% from 255 or 14.16% from 332); Blue value is 245 (96.09% from 255 or 73.80% from 332); Max value from RGB is 245 - color contains mainly: blue. Hex color #282FF5 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #282FF5 is #D7D00A. Grayscale: #424242. Windows color (decimal): -14143499 or 16068392. OLE color: 16068392.
HSL color Cylindrical-coordinate representation of color #282FF5: hue angle of 237.95º degrees, saturation: 0.91, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #282FF5 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 40 | 47 | 245 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.04 |
| HSL | 237.95º | 0.91% | 0.56% | - |
| HSV(B) | 237.95º | 0.84% | 0.96% | - |
| XYZ | 18.37 | 9.08 | 87.17 | - |
| YUV | 67.48 | 228.18 | 108.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 47 | 245 | 0.84 | 0.81 | 0 | 0.04 | 237.95 | 0.91 | 0.56 |
| Hex | 28 | 2F | F5 | 54 | 51 | 0 | 4 | EE | 5B | 38 |
| Octal | 50 | 57 | 365 | 124 | 121 | 0 | 4 | 356 | 133 | 70 |
| Binary | 101000 | 101111 | 11110101 | 1010100 | 1010001 | 0 | 100 | 11101110 | 1011011 | 111000 |
Color Harmonies of #282FF5
Complementary color
Monochromatic Colors of #282FF5
Black with #282FF5
Text Example
Text Example
White with #282FF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #282FF5; }
p { color: rgb(40,47,245); }
H1.HeaderClassName
{
color: #282FF5;
}
.AnyTagClassName
{
color: #282FF5;
}
</style>
background-color css
<style>
a { background-color: #282FF5; }
a { background-color: rgb(40,47,245); }
div.DivClassName
{
background-color: #282FF5;
}
.BgClassName
{
background-color: #282FF5;
}
</style>
border-color css
<style>
span { border-color: #282FF5; }
span { border-color: rgb(40,47,245); }
td.TdClassName
{
border-color: #282FF5;
}
.TagClassName
{
border-color: #282FF5;
}
</style>