Shades of Neon Blue #4230FF
Tints of Neon Blue #4230FF
RGB
CMYK
RGB Variations
Color information
#4230FF (or 0x4230FF) is known color: Neon Blue. HEX triplet: 42, 30 and FF. RGB value is (66,48,255). Sum of RGB (Red+Green+Blue) = 66+48+255=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 48 (19.14% from 255 or 13.01% from 369); Blue value is 255 (100% from 255 or 69.11% from 369); Max value from RGB is 255 - color contains mainly: blue. Hex color #4230FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4230FF is #BDCF00. Grayscale: #4C4C4C. Windows color (decimal): -12439297 or 16724034. OLE color: 16724034.
HSL color Cylindrical-coordinate representation of color #4230FF: hue angle of 245.22º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #4230FF is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 66 | 48 | 255 | - |
| CMYK | 0.74 | 0.81 | 0 | 0 |
| HSL | 245.22º | 1% | 0.59% | - |
| HSV(B) | 245.22º | 0.81% | 1% | - |
| XYZ | 21.35 | 10.49 | 95.51 | - |
| YUV | 76.98 | 228.46 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 48 | 255 | 0.74 | 0.81 | 0 | 0 | 245.22 | 1 | 0.59 |
| Hex | 42 | 30 | FF | 4A | 51 | 0 | 0 | F5 | 64 | 3B |
| Octal | 102 | 60 | 377 | 112 | 121 | 0 | 0 | 365 | 144 | 73 |
| Binary | 1000010 | 110000 | 11111111 | 1001010 | 1010001 | 0 | 0 | 11110101 | 1100100 | 111011 |
Color Harmonies of #4230FF
Complementary color
Monochromatic Colors of #4230FF
Black with #4230FF
Text Example
Text Example
White with #4230FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4230FF; }
p { color: rgb(66,48,255); }
H1.HeaderClassName
{
color: #4230FF;
}
.AnyTagClassName
{
color: #4230FF;
}
</style>
background-color css
<style>
a { background-color: #4230FF; }
a { background-color: rgb(66,48,255); }
div.DivClassName
{
background-color: #4230FF;
}
.BgClassName
{
background-color: #4230FF;
}
</style>
border-color css
<style>
span { border-color: #4230FF; }
span { border-color: rgb(66,48,255); }
td.TdClassName
{
border-color: #4230FF;
}
.TagClassName
{
border-color: #4230FF;
}
</style>