Html Css Color HEX #5239EF Neon Blue

📋 copy color: '#5239EF'

red 82 ◦ green 57 ◦ blue 239

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

Shades of Neon Blue #5239EF

Tints of Neon Blue #5239EF

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.08%

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

R = 21.69%
G = 15.08%
B = 63.23%

CMYK

 C value IS 0.66

 M value IS 0.76

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#5239EF (or 0x5239EF) is known color: Neon Blue. HEX triplet: 52, 39 and EF. RGB value is (82,57,239). Sum of RGB (Red+Green+Blue) = 82+57+239=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 57 (22.66% from 255 or 15.08% from 378); Blue value is 239 (93.75% from 255 or 63.23% from 378); Max value from RGB is 239 - color contains mainly: blue. Hex color #5239EF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5239EF is #ADC610. Grayscale: #545454. Windows color (decimal): -11388433 or 15677778. OLE color: 15677778.

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

Color convert

RGB 82 57 239 -
CMYK 0.66 0.76 0 0.06
HSL 248.24º 0.85% 0.58% -
HSV(B) 248.24º 0.76% 0.94% -
XYZ 20.52 10.95 82.69 -
YUV 85.22 214.78 125.7 -
System Red Green Blue C M Y K H S L
Decimal 82 57 239 0.66 0.76 0 0.06 248.24 0.85 0.58
Hex 52 39 EF 42 4C 0 6 F8 55 3A
Octal 122 71 357 102 114 0 6 370 125 72
Binary 1010010 111001 11101111 1000010 1001100 0 110 11111000 1010101 111010

Color Harmonies of #5239EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5239EF

Black with #5239EF

Text Example


Text Example

White with #5239EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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