Html Css Color HEX #5248ED Neon Blue

📋 copy color: '#5248ED'

red 82 ◦ green 72 ◦ blue 237

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

Shades of Neon Blue #5248ED

Tints of Neon Blue #5248ED

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.41%

 BLUE value IS 237 (92.97% from 255) = 60.61%

R = 20.97%
G = 18.41%
B = 60.61%

CMYK

 C value IS 0.65

 M value IS 0.70

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#5248ED (or 0x5248ED) is known color: Neon Blue. HEX triplet: 52, 48 and ED. RGB value is (82,72,237). Sum of RGB (Red+Green+Blue) = 82+72+237=391 (51% of max value = 765). Red value is 82 (32.42% from 255 or 20.97% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 237 (92.97% from 255 or 60.61% from 391); Max value from RGB is 237 - color contains mainly: blue. Hex color #5248ED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5248ED is #ADB712. Grayscale: #5D5D5D. Windows color (decimal): -11384595 or 15550546. OLE color: 15550546.

HSL color Cylindrical-coordinate representation of color #5248ED: hue angle of 243.64º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5248ED is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 82 72 237 -
CMYK 0.65 0.70 0 0.07
HSL 243.64º 0.82% 0.61% -
HSV(B) 243.64º 0.7% 0.93% -
XYZ 21.08 12.54 81.43 -
YUV 93.8 208.81 119.58 -
System Red Green Blue C M Y K H S L
Decimal 82 72 237 0.65 0.70 0 0.07 243.64 0.82 0.61
Hex 52 48 ED 41 46 0 7 F4 52 3D
Octal 122 110 355 101 106 0 7 364 122 75
Binary 1010010 1001000 11101101 1000001 1000110 0 111 11110100 1010010 111101

Color Harmonies of #5248ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5248ED

Black with #5248ED

Text Example


Text Example

White with #5248ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5248ED; }

 p { color: rgb(82,72,237); }

 H1.HeaderClassName
 {
   color: #5248ED;
 }
 .AnyTagClassName
 {
   color: #5248ED;
 }
</style>

background-color css

<style>
 a { background-color: #5248ED; }

 a { background-color: rgb(82,72,237); }

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

border-color css

<style>
 span { border-color: #5248ED; }

 span { border-color: rgb(82,72,237); }

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