Shades of Neon Blue #272DFB
Tints of Neon Blue #272DFB
RGB
CMYK
RGB Variations
Color information
#272DFB (or 0x272DFB) is known color: Neon Blue. HEX triplet: 27, 2D and FB. RGB value is (39,45,251). Sum of RGB (Red+Green+Blue) = 39+45+251=335 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.64% from 335); Green value is 45 (17.97% from 255 or 13.43% from 335); Blue value is 251 (98.44% from 255 or 74.93% from 335); Max value from RGB is 251 - color contains mainly: blue. Hex color #272DFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272DFB is #D8D204. Grayscale: #414141. Windows color (decimal): -14209541 or 16461095. OLE color: 16461095.
HSL color Cylindrical-coordinate representation of color #272DFB: hue angle of 238.3º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #272DFB is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 45 | 251 | - |
| CMYK | 0.84 | 0.82 | 0 | 0.02 |
| HSL | 238.3º | 0.96% | 0.57% | - |
| HSV(B) | 238.3º | 0.84% | 0.98% | - |
| XYZ | 19.19 | 9.27 | 92.05 | - |
| YUV | 66.69 | 232.01 | 108.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 45 | 251 | 0.84 | 0.82 | 0 | 0.02 | 238.3 | 0.96 | 0.57 |
| Hex | 27 | 2D | FB | 54 | 52 | 0 | 2 | EE | 60 | 39 |
| Octal | 47 | 55 | 373 | 124 | 122 | 0 | 2 | 356 | 140 | 71 |
| Binary | 100111 | 101101 | 11111011 | 1010100 | 1010010 | 0 | 10 | 11101110 | 1100000 | 111001 |
Color Harmonies of #272DFB
Complementary color
Monochromatic Colors of #272DFB
Black with #272DFB
Text Example
Text Example
White with #272DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272DFB; }
p { color: rgb(39,45,251); }
H1.HeaderClassName
{
color: #272DFB;
}
.AnyTagClassName
{
color: #272DFB;
}
</style>
background-color css
<style>
a { background-color: #272DFB; }
a { background-color: rgb(39,45,251); }
div.DivClassName
{
background-color: #272DFB;
}
.BgClassName
{
background-color: #272DFB;
}
</style>
border-color css
<style>
span { border-color: #272DFB; }
span { border-color: rgb(39,45,251); }
td.TdClassName
{
border-color: #272DFB;
}
.TagClassName
{
border-color: #272DFB;
}
</style>