Shades of Neon Blue #272FFF
Tints of Neon Blue #272FFF
RGB
CMYK
RGB Variations
Color information
#272FFF (or 0x272FFF) is known color: Neon Blue. HEX triplet: 27, 2F and FF. RGB value is (39,47,255). Sum of RGB (Red+Green+Blue) = 39+47+255=341 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.44% from 341); Green value is 47 (18.75% from 255 or 13.78% from 341); Blue value is 255 (100% from 255 or 74.78% from 341); Max value from RGB is 255 - color contains mainly: blue. Hex color #272FFF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272FFF is #D8D000. Grayscale: #434343. Windows color (decimal): -14209025 or 16723751. OLE color: 16723751.
HSL color Cylindrical-coordinate representation of color #272FFF: hue angle of 237.78º 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 #272FFF is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 39 | 47 | 255 | - |
| CMYK | 0.85 | 0.82 | 0 | 0 |
| HSL | 237.78º | 1% | 0.58% | - |
| HSV(B) | 237.78º | 0.85% | 1% | - |
| XYZ | 19.9 | 9.68 | 95.43 | - |
| YUV | 68.32 | 233.35 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 255 | 0.85 | 0.82 | 0 | 0 | 237.78 | 1 | 0.58 |
| Hex | 27 | 2F | FF | 55 | 52 | 0 | 0 | EE | 64 | 3A |
| Octal | 47 | 57 | 377 | 125 | 122 | 0 | 0 | 356 | 144 | 72 |
| Binary | 100111 | 101111 | 11111111 | 1010101 | 1010010 | 0 | 0 | 11101110 | 1100100 | 111010 |
Color Harmonies of #272FFF
Complementary color
Monochromatic Colors of #272FFF
Black with #272FFF
Text Example
Text Example
White with #272FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272FFF; }
p { color: rgb(39,47,255); }
H1.HeaderClassName
{
color: #272FFF;
}
.AnyTagClassName
{
color: #272FFF;
}
</style>
background-color css
<style>
a { background-color: #272FFF; }
a { background-color: rgb(39,47,255); }
div.DivClassName
{
background-color: #272FFF;
}
.BgClassName
{
background-color: #272FFF;
}
</style>
border-color css
<style>
span { border-color: #272FFF; }
span { border-color: rgb(39,47,255); }
td.TdClassName
{
border-color: #272FFF;
}
.TagClassName
{
border-color: #272FFF;
}
</style>