Shades of Neon Blue #4154FA
Tints of Neon Blue #4154FA
RGB
CMYK
RGB Variations
Color information
#4154FA (or 0x4154FA) is known color: Neon Blue. HEX triplet: 41, 54 and FA. RGB value is (65,84,250). Sum of RGB (Red+Green+Blue) = 65+84+250=399 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.29% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 250 (98.05% from 255 or 62.66% from 399); Max value from RGB is 250 - color contains mainly: blue. Hex color #4154FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4154FA is #BEAB05. Grayscale: #606060. Windows color (decimal): -12495622 or 16405569. OLE color: 16405569.
HSL color Cylindrical-coordinate representation of color #4154FA: hue angle of 233.84º degrees, saturation: 0.95, 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 #4154FA is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 65 | 84 | 250 | - |
| CMYK | 0.74 | 0.66 | 0 | 0.02 |
| HSL | 233.84º | 0.95% | 0.62% | - |
| HSV(B) | 233.84º | 0.74% | 0.98% | - |
| XYZ | 22.61 | 14.37 | 92.02 | - |
| YUV | 97.24 | 214.21 | 105 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 84 | 250 | 0.74 | 0.66 | 0 | 0.02 | 233.84 | 0.95 | 0.62 |
| Hex | 41 | 54 | FA | 4A | 42 | 0 | 2 | EA | 5F | 3E |
| Octal | 101 | 124 | 372 | 112 | 102 | 0 | 2 | 352 | 137 | 76 |
| Binary | 1000001 | 1010100 | 11111010 | 1001010 | 1000010 | 0 | 10 | 11101010 | 1011111 | 111110 |
Color Harmonies of #4154FA
Complementary color
Monochromatic Colors of #4154FA
Black with #4154FA
Text Example
Text Example
White with #4154FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4154FA; }
p { color: rgb(65,84,250); }
H1.HeaderClassName
{
color: #4154FA;
}
.AnyTagClassName
{
color: #4154FA;
}
</style>
background-color css
<style>
a { background-color: #4154FA; }
a { background-color: rgb(65,84,250); }
div.DivClassName
{
background-color: #4154FA;
}
.BgClassName
{
background-color: #4154FA;
}
</style>
border-color css
<style>
span { border-color: #4154FA; }
span { border-color: rgb(65,84,250); }
td.TdClassName
{
border-color: #4154FA;
}
.TagClassName
{
border-color: #4154FA;
}
</style>