Shades of Neon Blue #272FFB
Tints of Neon Blue #272FFB
RGB
CMYK
RGB Variations
Color information
#272FFB (or 0x272FFB) is known color: Neon Blue. HEX triplet: 27, 2F and FB. RGB value is (39,47,251). Sum of RGB (Red+Green+Blue) = 39+47+251=337 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.57% from 337); Green value is 47 (18.75% from 255 or 13.95% from 337); Blue value is 251 (98.44% from 255 or 74.48% from 337); Max value from RGB is 251 - color contains mainly: blue. Hex color #272FFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272FFB is #D8D004. Grayscale: #434343. Windows color (decimal): -14209029 or 16461607. OLE color: 16461607.
HSL color Cylindrical-coordinate representation of color #272FFB: hue angle of 237.74º 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 #272FFB is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 47 | 251 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.02 |
| HSL | 237.74º | 0.96% | 0.57% | - |
| HSV(B) | 237.74º | 0.84% | 0.98% | - |
| XYZ | 19.27 | 9.43 | 92.07 | - |
| YUV | 67.86 | 231.35 | 107.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 251 | 0.84 | 0.81 | 0 | 0.02 | 237.74 | 0.96 | 0.57 |
| Hex | 27 | 2F | FB | 54 | 51 | 0 | 2 | EE | 60 | 39 |
| Octal | 47 | 57 | 373 | 124 | 121 | 0 | 2 | 356 | 140 | 71 |
| Binary | 100111 | 101111 | 11111011 | 1010100 | 1010001 | 0 | 10 | 11101110 | 1100000 | 111001 |
Color Harmonies of #272FFB
Complementary color
Monochromatic Colors of #272FFB
Black with #272FFB
Text Example
Text Example
White with #272FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272FFB; }
p { color: rgb(39,47,251); }
H1.HeaderClassName
{
color: #272FFB;
}
.AnyTagClassName
{
color: #272FFB;
}
</style>
background-color css
<style>
a { background-color: #272FFB; }
a { background-color: rgb(39,47,251); }
div.DivClassName
{
background-color: #272FFB;
}
.BgClassName
{
background-color: #272FFB;
}
</style>
border-color css
<style>
span { border-color: #272FFB; }
span { border-color: rgb(39,47,251); }
td.TdClassName
{
border-color: #272FFB;
}
.TagClassName
{
border-color: #272FFB;
}
</style>