Shades of Neon Blue #272FF2
Tints of Neon Blue #272FF2
RGB
CMYK
RGB Variations
Color information
#272FF2 (or 0x272FF2) is known color: Neon Blue. HEX triplet: 27, 2F and F2. RGB value is (39,47,242). Sum of RGB (Red+Green+Blue) = 39+47+242=328 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.89% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 242 (94.92% from 255 or 73.78% from 328); Max value from RGB is 242 - color contains mainly: blue. Hex color #272FF2 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272FF2 is #D8D00D. Grayscale: #424242. Windows color (decimal): -14209038 or 15871783. OLE color: 15871783.
HSL color Cylindrical-coordinate representation of color #272FF2: hue angle of 237.64º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #272FF2 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 39 | 47 | 242 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.05 |
| HSL | 237.64º | 0.89% | 0.55% | - |
| HSV(B) | 237.64º | 0.84% | 0.95% | - |
| XYZ | 17.88 | 8.88 | 84.78 | - |
| YUV | 66.84 | 226.85 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 242 | 0.84 | 0.81 | 0 | 0.05 | 237.64 | 0.89 | 0.55 |
| Hex | 27 | 2F | F2 | 54 | 51 | 0 | 5 | EE | 59 | 37 |
| Octal | 47 | 57 | 362 | 124 | 121 | 0 | 5 | 356 | 131 | 67 |
| Binary | 100111 | 101111 | 11110010 | 1010100 | 1010001 | 0 | 101 | 11101110 | 1011001 | 110111 |
Color Harmonies of #272FF2
Complementary color
Monochromatic Colors of #272FF2
Black with #272FF2
Text Example
Text Example
White with #272FF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272FF2; }
p { color: rgb(39,47,242); }
H1.HeaderClassName
{
color: #272FF2;
}
.AnyTagClassName
{
color: #272FF2;
}
</style>
background-color css
<style>
a { background-color: #272FF2; }
a { background-color: rgb(39,47,242); }
div.DivClassName
{
background-color: #272FF2;
}
.BgClassName
{
background-color: #272FF2;
}
</style>
border-color css
<style>
span { border-color: #272FF2; }
span { border-color: rgb(39,47,242); }
td.TdClassName
{
border-color: #272FF2;
}
.TagClassName
{
border-color: #272FF2;
}
</style>