Shades of Neon Blue #4243FE
Tints of Neon Blue #4243FE
RGB
CMYK
RGB Variations
Color information
#4243FE (or 0x4243FE) is known color: Neon Blue. HEX triplet: 42, 43 and FE. RGB value is (66,67,254). Sum of RGB (Red+Green+Blue) = 66+67+254=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 67 (26.56% from 255 or 17.31% from 387); Blue value is 254 (99.61% from 255 or 65.63% from 387); Max value from RGB is 254 - color contains mainly: blue. Hex color #4243FE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4243FE is #BDBC01. Grayscale: #575757. Windows color (decimal): -12434434 or 16663362. OLE color: 16663362.
HSL color Cylindrical-coordinate representation of color #4243FE: hue angle of 239.68º 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 #4243FE is Cyan = 0.74, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 66 | 67 | 254 | - |
| CMYK | 0.74 | 0.74 | 0 | 0.00 |
| HSL | 239.68º | 0.99% | 0.63% | - |
| HSV(B) | 239.68º | 0.74% | 1% | - |
| XYZ | 22.14 | 12.33 | 94.98 | - |
| YUV | 88.02 | 221.67 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 67 | 254 | 0.74 | 0.74 | 0 | 0.00 | 239.68 | 0.99 | 0.63 |
| Hex | 42 | 43 | FE | 4A | 4A | 0 | 0 | F0 | 63 | 3F |
| Octal | 102 | 103 | 376 | 112 | 112 | 0 | 0 | 360 | 143 | 77 |
| Binary | 1000010 | 1000011 | 11111110 | 1001010 | 1001010 | 0 | 0 | 11110000 | 1100011 | 111111 |
Color Harmonies of #4243FE
Complementary color
Monochromatic Colors of #4243FE
Black with #4243FE
Text Example
Text Example
White with #4243FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4243FE; }
p { color: rgb(66,67,254); }
H1.HeaderClassName
{
color: #4243FE;
}
.AnyTagClassName
{
color: #4243FE;
}
</style>
background-color css
<style>
a { background-color: #4243FE; }
a { background-color: rgb(66,67,254); }
div.DivClassName
{
background-color: #4243FE;
}
.BgClassName
{
background-color: #4243FE;
}
</style>
border-color css
<style>
span { border-color: #4243FE; }
span { border-color: rgb(66,67,254); }
td.TdClassName
{
border-color: #4243FE;
}
.TagClassName
{
border-color: #4243FE;
}
</style>