Shades of Neon Blue #4154FB
Tints of Neon Blue #4154FB
RGB
CMYK
RGB Variations
Color information
#4154FB (or 0x4154FB) is known color: Neon Blue. HEX triplet: 41, 54 and FB. RGB value is (65,84,251). Sum of RGB (Red+Green+Blue) = 65+84+251=400 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.25% from 400); Green value is 84 (33.20% from 255 or 21% from 400); Blue value is 251 (98.44% from 255 or 62.75% from 400); Max value from RGB is 251 - color contains mainly: blue. Hex color #4154FB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4154FB is #BEAB04. Grayscale: #606060. Windows color (decimal): -12495621 or 16471105. OLE color: 16471105.
HSL color Cylindrical-coordinate representation of color #4154FB: hue angle of 233.87º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4154FB is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 84 | 251 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.02 |
| HSL | 233.87º | 0.96% | 0.62% | - |
| HSV(B) | 233.87º | 0.74% | 0.98% | - |
| XYZ | 22.76 | 14.43 | 92.85 | - |
| YUV | 97.36 | 214.71 | 104.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 251 | 0.74 | 0.67 | 0 | 0.02 | 233.87 | 0.96 | 0.62 |
| Hex | 41 | 54 | FB | 4A | 43 | 0 | 2 | EA | 60 | 3E |
| Octal | 101 | 124 | 373 | 112 | 103 | 0 | 2 | 352 | 140 | 76 |
| Binary | 1000001 | 1010100 | 11111011 | 1001010 | 1000011 | 0 | 10 | 11101010 | 1100000 | 111110 |
Color Harmonies of #4154FB
Complementary color
Monochromatic Colors of #4154FB
Black with #4154FB
Text Example
Text Example
White with #4154FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4154FB; }
p { color: rgb(65,84,251); }
H1.HeaderClassName
{
color: #4154FB;
}
.AnyTagClassName
{
color: #4154FB;
}
</style>
background-color css
<style>
a { background-color: #4154FB; }
a { background-color: rgb(65,84,251); }
div.DivClassName
{
background-color: #4154FB;
}
.BgClassName
{
background-color: #4154FB;
}
</style>
border-color css
<style>
span { border-color: #4154FB; }
span { border-color: rgb(65,84,251); }
td.TdClassName
{
border-color: #4154FB;
}
.TagClassName
{
border-color: #4154FB;
}
</style>