Html Css Color HEX #5250DF Neon Blue

📋 copy color: '#5250DF'

red 82 ◦ green 80 ◦ blue 223

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

Shades of Neon Blue #5250DF

Tints of Neon Blue #5250DF

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.78%

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

R = 21.3%
G = 20.78%
B = 57.92%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5250DF (or 0x5250DF) is known color: Neon Blue. HEX triplet: 52, 50 and DF. RGB value is (82,80,223). Sum of RGB (Red+Green+Blue) = 82+80+223=385 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.30% from 385); Green value is 80 (31.64% from 255 or 20.78% from 385); Blue value is 223 (87.5% from 255 or 57.92% from 385); Max value from RGB is 223 - color contains mainly: blue. Hex color #5250DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5250DF is #ADAF20. Grayscale: #606060. Windows color (decimal): -11382561 or 14635090. OLE color: 14635090.

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

Color convert

RGB 82 80 223 -
CMYK 0.63 0.64 0 0.13
HSL 240.84º 0.69% 0.59% -
HSV(B) 240.84º 0.64% 0.87% -
XYZ 19.67 12.86 71.26 -
YUV 96.9 199.16 117.37 -
System Red Green Blue C M Y K H S L
Decimal 82 80 223 0.63 0.64 0 0.13 240.84 0.69 0.59
Hex 52 50 DF 3F 40 0 D F1 45 3B
Octal 122 120 337 77 100 0 15 361 105 73
Binary 1010010 1010000 11011111 111111 1000000 0 1101 11110001 1000101 111011

Color Harmonies of #5250DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5250DF

Black with #5250DF

Text Example


Text Example

White with #5250DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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