#5240F4

Color #5240F4 Neon Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Neon Blue #5240F4

Tints of Neon Blue #5240F4

Color information

#5240F4 (or 0x5240F4) is unknown color: approx Neon Blue. HEX triplet: 52, 40 and F4. RGB value is (82,64,244). Sum of RGB (Red+Green+Blue) = 82+64+244=390 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.03% from 390); Green value is 64 (25.39% from 255 or 16.41% from 390); Blue value is 244 (95.70% from 255 or 62.56% from 390); Max value from RGB is 244 - color contains mainly: blue. Hex color #5240F4 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5240F4 is #ADBF0B. Grayscale: #595959. Windows color (decimal): -11386636 or 16007250. OLE color: 16007250.

HSL color Cylindrical-coordinate representation of color #5240F4: hue angle of 246º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #5240F4 is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB8264244-
CMYK0.660.7400.04
HSL246º89.11%60.39%-
HSV(B)246º73.77%95.69%-
XYZ21.6411.9986.76-
YUV89.9214.96122.36-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 82 (32.42% from 255) = 21.03%
GREEN value IS 64 (25.39% from 255) = 16.41%
BLUE value IS 244 (95.70% from 255) = 62.56%
R=21.03%
G=16.41%
B=62.56%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal82642440.660.7400.0424689.1160.39
Hex5240F4424A04f6593c
Octal1221003641021120436613174
Binary1010010100000011110100100001010010100100111101101011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5240F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5240F4; }

 p { color: rgb(82,64,244); }

 H1.HeaderClassName
 {
   color: #5240F4;
 }
 .AnyTagClassName
 {
   color: #5240F4;
 }
</style>
background-color css

<style>
 a { background-color: #5240F4; }

 a { background-color: rgb(82,64,244); }

 div.DivClassName
 {
   background-color: #5240F4;
 }
 .BgClassName
 {
   background-color: #5240F4;
 }
</style>
border-color css

<style>
 span { border-color: #5240F4; }

 span { border-color: rgb(82,64,244); }

 td.TdClassName
 {
   border-color: #5240F4;
 }
 .TagClassName
 {
   border-color: #5240F4;
 }
</style>