Html Css Color HEX #5240EB Neon Blue

📋 copy color: '#5240EB'

red 82 ◦ green 64 ◦ blue 235

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

Shades of Neon Blue #5240EB

Tints of Neon Blue #5240EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 61.68%

R = 21.52%
G = 16.8%
B = 61.68%

CMYK

 C value IS 0.65

 M value IS 0.73

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#5240EB (or 0x5240EB) is known color: Neon Blue. HEX triplet: 52, 40 and EB. RGB value is (82,64,235). Sum of RGB (Red+Green+Blue) = 82+64+235=381 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.52% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 235 (92.19% from 255 or 61.68% from 381); Max value from RGB is 235 - color contains mainly: blue. Hex color #5240EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5240EB is #ADBF14. Grayscale: #585858. Windows color (decimal): -11386645 or 15417426. OLE color: 15417426.

HSL color Cylindrical-coordinate representation of color #5240EB: hue angle of 246.32º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5240EB is Cyan = 0.65, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 82 64 235 -
CMYK 0.65 0.73 0 0.08
HSL 246.32º 0.81% 0.59% -
HSV(B) 246.32º 0.73% 0.92% -
XYZ 20.31 11.46 79.74 -
YUV 88.88 210.46 123.1 -
System Red Green Blue C M Y K H S L
Decimal 82 64 235 0.65 0.73 0 0.08 246.32 0.81 0.59
Hex 52 40 EB 41 49 0 8 F6 51 3B
Octal 122 100 353 101 111 0 10 366 121 73
Binary 1010010 1000000 11101011 1000001 1001001 0 1000 11110110 1010001 111011

Color Harmonies of #5240EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5240EB

Black with #5240EB

Text Example


Text Example

White with #5240EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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