Html Css Color HEX #5249DF Neon Blue

📋 copy color: '#5249DF'

red 82 ◦ green 73 ◦ blue 223

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

Shades of Neon Blue #5249DF

Tints of Neon Blue #5249DF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.31%

 BLUE value IS 223 (87.5% from 255) = 58.99%

R = 21.69%
G = 19.31%
B = 58.99%

CMYK

 C value IS 0.63

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5249DF (or 0x5249DF) is known color: Neon Blue. HEX triplet: 52, 49 and DF. RGB value is (82,73,223). Sum of RGB (Red+Green+Blue) = 82+73+223=378 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.69% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #5249DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5249DF is #ADB620. Grayscale: #5C5C5C. Windows color (decimal): -11384353 or 14633298. OLE color: 14633298.

HSL color Cylindrical-coordinate representation of color #5249DF: hue angle of 243.6º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5249DF is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 82 73 223 -
CMYK 0.63 0.67 0 0.13
HSL 243.6º 0.7% 0.58% -
HSV(B) 243.6º 0.67% 0.87% -
XYZ 19.18 11.89 71.1 -
YUV 92.79 201.48 120.3 -
System Red Green Blue C M Y K H S L
Decimal 82 73 223 0.63 0.67 0 0.13 243.6 0.7 0.58
Hex 52 49 DF 3F 43 0 D F4 46 3A
Octal 122 111 337 77 103 0 15 364 106 72
Binary 1010010 1001001 11011111 111111 1000011 0 1101 11110100 1000110 111010

Color Harmonies of #5249DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5249DF

Black with #5249DF

Text Example


Text Example

White with #5249DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5249DF; }

 p { color: rgb(82,73,223); }

 H1.HeaderClassName
 {
   color: #5249DF;
 }
 .AnyTagClassName
 {
   color: #5249DF;
 }
</style>

background-color css

<style>
 a { background-color: #5249DF; }

 a { background-color: rgb(82,73,223); }

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

border-color css

<style>
 span { border-color: #5249DF; }

 span { border-color: rgb(82,73,223); }

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