Shades of Neon Blue #4253FA
Tints of Neon Blue #4253FA
RGB
CMYK
RGB Variations
Color information
#4253FA (or 0x4253FA) is known color: Neon Blue. HEX triplet: 42, 53 and FA. RGB value is (66,83,250). Sum of RGB (Red+Green+Blue) = 66+83+250=399 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.54% from 399); Green value is 83 (32.81% from 255 or 20.80% 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 #4253FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4253FA is #BDAC05. Grayscale: #606060. Windows color (decimal): -12430342 or 16405314. OLE color: 16405314.
HSL color Cylindrical-coordinate representation of color #4253FA: hue angle of 234.46º 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 #4253FA is Cyan = 0.74, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 66 | 83 | 250 | - |
| CMYK | 0.74 | 0.67 | 0 | 0.02 |
| HSL | 234.46º | 0.95% | 0.62% | - |
| HSV(B) | 234.46º | 0.74% | 0.98% | - |
| XYZ | 22.6 | 14.25 | 92 | - |
| YUV | 96.96 | 214.37 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 83 | 250 | 0.74 | 0.67 | 0 | 0.02 | 234.46 | 0.95 | 0.62 |
| Hex | 42 | 53 | FA | 4A | 43 | 0 | 2 | EA | 5F | 3E |
| Octal | 102 | 123 | 372 | 112 | 103 | 0 | 2 | 352 | 137 | 76 |
| Binary | 1000010 | 1010011 | 11111010 | 1001010 | 1000011 | 0 | 10 | 11101010 | 1011111 | 111110 |
Color Harmonies of #4253FA
Complementary color
Monochromatic Colors of #4253FA
Black with #4253FA
Text Example
Text Example
White with #4253FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4253FA; }
p { color: rgb(66,83,250); }
H1.HeaderClassName
{
color: #4253FA;
}
.AnyTagClassName
{
color: #4253FA;
}
</style>
background-color css
<style>
a { background-color: #4253FA; }
a { background-color: rgb(66,83,250); }
div.DivClassName
{
background-color: #4253FA;
}
.BgClassName
{
background-color: #4253FA;
}
</style>
border-color css
<style>
span { border-color: #4253FA; }
span { border-color: rgb(66,83,250); }
td.TdClassName
{
border-color: #4253FA;
}
.TagClassName
{
border-color: #4253FA;
}
</style>