Html Css Color HEX #5240EF Neon Blue

📋 copy color: '#5240EF'

red 82 ◦ green 64 ◦ blue 239

#5240EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Neon Blue #5240EF

Tints of Neon Blue #5240EF

RGB

 RED value IS 82 (32.42% from 255) = 21.3%

 GREEN value IS 64 (25.39% from 255) = 16.62%

 BLUE value IS 239 (93.75% from 255) = 62.08%

R = 21.3%
G = 16.62%
B = 62.08%

CMYK

 C value IS 0.66

 M value IS 0.73

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5240EF (or 0x5240EF) is known color: Neon Blue. HEX triplet: 52, 40 and EF. RGB value is (82,64,239). Sum of RGB (Red+Green+Blue) = 82+64+239=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 64 (25.39% from 255 or 16.62% from 385); Blue value is 239 (93.75% from 255 or 62.08% from 385); Max value from RGB is 239 - color contains mainly: blue. Hex color #5240EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5240EF is #ADBF10. Grayscale: #585858. Windows color (decimal): -11386641 or 15679570. OLE color: 15679570.

HSL color Cylindrical-coordinate representation of color #5240EF: hue angle of 246.17º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5240EF is Cyan = 0.66, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 82 64 239 -
CMYK 0.66 0.73 0 0.06
HSL 246.17º 0.85% 0.59% -
HSV(B) 246.17º 0.73% 0.94% -
XYZ 20.89 11.69 82.82 -
YUV 89.33 212.46 122.77 -
System Red Green Blue C M Y K H S L
Decimal 82 64 239 0.66 0.73 0 0.06 246.17 0.85 0.59
Hex 52 40 EF 42 49 0 6 F6 55 3B
Octal 122 100 357 102 111 0 6 366 125 73
Binary 1010010 1000000 11101111 1000010 1001001 0 110 11110110 1010101 111011

Color Harmonies of #5240EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5240EF

Black with #5240EF

Text Example


Text Example

White with #5240EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5240EF;
 }
 .AnyTagClassName
 {
   color: #5240EF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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