Shades of Neon Blue #274DFB
Tints of Neon Blue #274DFB
RGB
CMYK
RGB Variations
Color information
#274DFB (or 0x274DFB) is known color: Neon Blue. HEX triplet: 27, 4D and FB. RGB value is (39,77,251). Sum of RGB (Red+Green+Blue) = 39+77+251=367 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.63% from 367); Green value is 77 (30.47% from 255 or 20.98% from 367); Blue value is 251 (98.44% from 255 or 68.39% from 367); Max value from RGB is 251 - color contains mainly: blue. Hex color #274DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #274DFB is #D8B204. Grayscale: #545454. Windows color (decimal): -14201349 or 16469287. OLE color: 16469287.
HSL color Cylindrical-coordinate representation of color #274DFB: hue angle of 229.25º 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 #274DFB is Cyan = 0.84, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 39 | 77 | 251 | - |
| CMYK | 0.84 | 0.69 | 0 | 0.02 |
| HSL | 229.25º | 0.96% | 0.57% | - |
| HSV(B) | 229.25º | 0.84% | 0.98% | - |
| XYZ | 20.9 | 12.7 | 92.62 | - |
| YUV | 85.47 | 221.41 | 94.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 77 | 251 | 0.84 | 0.69 | 0 | 0.02 | 229.25 | 0.96 | 0.57 |
| Hex | 27 | 4D | FB | 54 | 45 | 0 | 2 | E5 | 60 | 39 |
| Octal | 47 | 115 | 373 | 124 | 105 | 0 | 2 | 345 | 140 | 71 |
| Binary | 100111 | 1001101 | 11111011 | 1010100 | 1000101 | 0 | 10 | 11100101 | 1100000 | 111001 |
Color Harmonies of #274DFB
Complementary color
Monochromatic Colors of #274DFB
Black with #274DFB
Text Example
Text Example
White with #274DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #274DFB; }
p { color: rgb(39,77,251); }
H1.HeaderClassName
{
color: #274DFB;
}
.AnyTagClassName
{
color: #274DFB;
}
</style>
background-color css
<style>
a { background-color: #274DFB; }
a { background-color: rgb(39,77,251); }
div.DivClassName
{
background-color: #274DFB;
}
.BgClassName
{
background-color: #274DFB;
}
</style>
border-color css
<style>
span { border-color: #274DFB; }
span { border-color: rgb(39,77,251); }
td.TdClassName
{
border-color: #274DFB;
}
.TagClassName
{
border-color: #274DFB;
}
</style>