Shades of Neon Blue #272FFC
Tints of Neon Blue #272FFC
RGB
CMYK
RGB Variations
Color information
#272FFC (or 0x272FFC) is known color: Neon Blue. HEX triplet: 27, 2F and FC. RGB value is (39,47,252). Sum of RGB (Red+Green+Blue) = 39+47+252=338 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.54% from 338); Green value is 47 (18.75% from 255 or 13.91% from 338); Blue value is 252 (98.83% from 255 or 74.56% from 338); Max value from RGB is 252 - color contains mainly: blue. Hex color #272FFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272FFC is #D8D003. Grayscale: #434343. Windows color (decimal): -14209028 or 16527143. OLE color: 16527143.
HSL color Cylindrical-coordinate representation of color #272FFC: hue angle of 237.75º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #272FFC is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 47 | 252 | - |
| CMYK | 0.85 | 0.81 | 0 | 0.01 |
| HSL | 237.75º | 0.97% | 0.57% | - |
| HSV(B) | 237.75º | 0.85% | 0.99% | - |
| XYZ | 19.42 | 9.49 | 92.9 | - |
| YUV | 67.98 | 231.85 | 107.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 47 | 252 | 0.85 | 0.81 | 0 | 0.01 | 237.75 | 0.97 | 0.57 |
| Hex | 27 | 2F | FC | 55 | 51 | 0 | 1 | EE | 61 | 39 |
| Octal | 47 | 57 | 374 | 125 | 121 | 0 | 1 | 356 | 141 | 71 |
| Binary | 100111 | 101111 | 11111100 | 1010101 | 1010001 | 0 | 1 | 11101110 | 1100001 | 111001 |
Color Harmonies of #272FFC
Complementary color
Monochromatic Colors of #272FFC
Black with #272FFC
Text Example
Text Example
White with #272FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272FFC; }
p { color: rgb(39,47,252); }
H1.HeaderClassName
{
color: #272FFC;
}
.AnyTagClassName
{
color: #272FFC;
}
</style>
background-color css
<style>
a { background-color: #272FFC; }
a { background-color: rgb(39,47,252); }
div.DivClassName
{
background-color: #272FFC;
}
.BgClassName
{
background-color: #272FFC;
}
</style>
border-color css
<style>
span { border-color: #272FFC; }
span { border-color: rgb(39,47,252); }
td.TdClassName
{
border-color: #272FFC;
}
.TagClassName
{
border-color: #272FFC;
}
</style>