Shades of Neon Blue #272BFC
Tints of Neon Blue #272BFC
RGB
CMYK
RGB Variations
Color information
#272BFC (or 0x272BFC) is known color: Neon Blue. HEX triplet: 27, 2B and FC. RGB value is (39,43,252). Sum of RGB (Red+Green+Blue) = 39+43+252=334 (44% of max value = 765). Red value is 39 (15.62% from 255 or 11.68% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 252 (98.83% from 255 or 75.45% from 334); Max value from RGB is 252 - color contains mainly: blue. Hex color #272BFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #272BFC is #D8D403. Grayscale: #404040. Windows color (decimal): -14210052 or 16526119. OLE color: 16526119.
HSL color Cylindrical-coordinate representation of color #272BFC: hue angle of 238.87º 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 #272BFC is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 43 | 252 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.01 |
| HSL | 238.87º | 0.97% | 0.57% | - |
| HSV(B) | 238.87º | 0.85% | 0.99% | - |
| XYZ | 19.27 | 9.19 | 92.85 | - |
| YUV | 65.63 | 233.17 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 43 | 252 | 0.85 | 0.83 | 0 | 0.01 | 238.87 | 0.97 | 0.57 |
| Hex | 27 | 2B | FC | 55 | 53 | 0 | 1 | EF | 61 | 39 |
| Octal | 47 | 53 | 374 | 125 | 123 | 0 | 1 | 357 | 141 | 71 |
| Binary | 100111 | 101011 | 11111100 | 1010101 | 1010011 | 0 | 1 | 11101111 | 1100001 | 111001 |
Color Harmonies of #272BFC
Complementary color
Monochromatic Colors of #272BFC
Black with #272BFC
Text Example
Text Example
White with #272BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #272BFC; }
p { color: rgb(39,43,252); }
H1.HeaderClassName
{
color: #272BFC;
}
.AnyTagClassName
{
color: #272BFC;
}
</style>
background-color css
<style>
a { background-color: #272BFC; }
a { background-color: rgb(39,43,252); }
div.DivClassName
{
background-color: #272BFC;
}
.BgClassName
{
background-color: #272BFC;
}
</style>
border-color css
<style>
span { border-color: #272BFC; }
span { border-color: rgb(39,43,252); }
td.TdClassName
{
border-color: #272BFC;
}
.TagClassName
{
border-color: #272BFC;
}
</style>