Shades of Neon Blue #4341FE
Tints of Neon Blue #4341FE
RGB
CMYK
RGB Variations
Color information
#4341FE (or 0x4341FE) is known color: Neon Blue. HEX triplet: 43, 41 and FE. RGB value is (67,65,254). Sum of RGB (Red+Green+Blue) = 67+65+254=386 (51% of max value = 765). Red value is 67 (26.56% from 255 or 17.36% from 386); Green value is 65 (25.78% from 255 or 16.84% from 386); Blue value is 254 (99.61% from 255 or 65.80% from 386); Max value from RGB is 254 - color contains mainly: blue. Hex color #4341FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4341FE is #BCBE01. Grayscale: #565656. Windows color (decimal): -12369410 or 16662851. OLE color: 16662851.
HSL color Cylindrical-coordinate representation of color #4341FE: hue angle of 240.63º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #4341FE is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 67 | 65 | 254 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.00 |
| HSL | 240.63º | 0.99% | 0.63% | - |
| HSV(B) | 240.63º | 0.74% | 1% | - |
| XYZ | 22.09 | 12.13 | 94.94 | - |
| YUV | 87.14 | 222.16 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 65 | 254 | 0.74 | 0.74 | 0 | 0.00 | 240.63 | 0.99 | 0.63 |
| Hex | 43 | 41 | FE | 4A | 4A | 0 | 0 | F1 | 63 | 3F |
| Octal | 103 | 101 | 376 | 112 | 112 | 0 | 0 | 361 | 143 | 77 |
| Binary | 1000011 | 1000001 | 11111110 | 1001010 | 1001010 | 0 | 0 | 11110001 | 1100011 | 111111 |
Color Harmonies of #4341FE
Complementary color
Monochromatic Colors of #4341FE
Black with #4341FE
Text Example
Text Example
White with #4341FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4341FE; }
p { color: rgb(67,65,254); }
H1.HeaderClassName
{
color: #4341FE;
}
.AnyTagClassName
{
color: #4341FE;
}
</style>
background-color css
<style>
a { background-color: #4341FE; }
a { background-color: rgb(67,65,254); }
div.DivClassName
{
background-color: #4341FE;
}
.BgClassName
{
background-color: #4341FE;
}
</style>
border-color css
<style>
span { border-color: #4341FE; }
span { border-color: rgb(67,65,254); }
td.TdClassName
{
border-color: #4341FE;
}
.TagClassName
{
border-color: #4341FE;
}
</style>