Shades of Neon Blue #272DF0
Tints of Neon Blue #272DF0
RGB
CMYK
RGB Variations
Color information
#272DF0 (or 0x272DF0) is known color: Neon Blue. HEX triplet: 27, 2D and F0. RGB value is (39,45,240). Sum of RGB (Red+Green+Blue) = 39+45+240=324 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.04% from 324); Green value is 45 (17.97% from 255 or 13.89% from 324); Blue value is 240 (94.14% from 255 or 74.07% from 324); Max value from RGB is 240 - color contains mainly: blue. Hex color #272DF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272DF0 is #D8D20F. Grayscale: #404040. Windows color (decimal): -14209552 or 15740199. OLE color: 15740199.
HSL color Cylindrical-coordinate representation of color #272DF0: hue angle of 238.21º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #272DF0 is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 39 | 45 | 240 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.06 |
| HSL | 238.21º | 0.87% | 0.55% | - |
| HSV(B) | 238.21º | 0.84% | 0.94% | - |
| XYZ | 17.5 | 8.6 | 83.18 | - |
| YUV | 65.44 | 226.51 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 240 | 0.84 | 0.81 | 0 | 0.06 | 238.21 | 0.87 | 0.55 |
| Hex | 27 | 2D | F0 | 54 | 51 | 0 | 6 | EE | 57 | 37 |
| Octal | 47 | 55 | 360 | 124 | 121 | 0 | 6 | 356 | 127 | 67 |
| Binary | 100111 | 101101 | 11110000 | 1010100 | 1010001 | 0 | 110 | 11101110 | 1010111 | 110111 |
Color Harmonies of #272DF0
Complementary color
Monochromatic Colors of #272DF0
Black with #272DF0
Text Example
Text Example
White with #272DF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272DF0; }
p { color: rgb(39,45,240); }
H1.HeaderClassName
{
color: #272DF0;
}
.AnyTagClassName
{
color: #272DF0;
}
</style>
background-color css
<style>
a { background-color: #272DF0; }
a { background-color: rgb(39,45,240); }
div.DivClassName
{
background-color: #272DF0;
}
.BgClassName
{
background-color: #272DF0;
}
</style>
border-color css
<style>
span { border-color: #272DF0; }
span { border-color: rgb(39,45,240); }
td.TdClassName
{
border-color: #272DF0;
}
.TagClassName
{
border-color: #272DF0;
}
</style>