Shades of Neon Blue #272AFF
Tints of Neon Blue #272AFF
RGB
CMYK
RGB Variations
Color information
#272AFF (or 0x272AFF) is known color: Neon Blue. HEX triplet: 27, 2A and FF. RGB value is (39,42,255). Sum of RGB (Red+Green+Blue) = 39+42+255=336 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.61% from 336); Green value is 42 (16.80% from 255 or 12.5% from 336); Blue value is 255 (100% from 255 or 75.89% from 336); Max value from RGB is 255 - color contains mainly: blue. Hex color #272AFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272AFF is #D8D500. Grayscale: #404040. Windows color (decimal): -14210305 or 16722471. OLE color: 16722471.
HSL color Cylindrical-coordinate representation of color #272AFF: hue angle of 239.17º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #272AFF is Cyan = 0.85, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 42 | 255 | - |
| CMYK | 0.85 | 0.84 | 0 | 0 |
| HSL | 239.17º | 1% | 0.58% | - |
| HSV(B) | 239.17º | 0.85% | 1% | - |
| XYZ | 19.71 | 9.31 | 95.37 | - |
| YUV | 65.39 | 235.01 | 109.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 42 | 255 | 0.85 | 0.84 | 0 | 0 | 239.17 | 1 | 0.58 |
| Hex | 27 | 2A | FF | 55 | 54 | 0 | 0 | EF | 64 | 3A |
| Octal | 47 | 52 | 377 | 125 | 124 | 0 | 0 | 357 | 144 | 72 |
| Binary | 100111 | 101010 | 11111111 | 1010101 | 1010100 | 0 | 0 | 11101111 | 1100100 | 111010 |
Color Harmonies of #272AFF
Complementary color
Monochromatic Colors of #272AFF
Black with #272AFF
Text Example
Text Example
White with #272AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272AFF; }
p { color: rgb(39,42,255); }
H1.HeaderClassName
{
color: #272AFF;
}
.AnyTagClassName
{
color: #272AFF;
}
</style>
background-color css
<style>
a { background-color: #272AFF; }
a { background-color: rgb(39,42,255); }
div.DivClassName
{
background-color: #272AFF;
}
.BgClassName
{
background-color: #272AFF;
}
</style>
border-color css
<style>
span { border-color: #272AFF; }
span { border-color: rgb(39,42,255); }
td.TdClassName
{
border-color: #272AFF;
}
.TagClassName
{
border-color: #272AFF;
}
</style>