Html Css Color HEX #5251DF Neon Blue

📋 copy color: '#5251DF'

red 82 ◦ green 81 ◦ blue 223

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

Shades of Neon Blue #5251DF

Tints of Neon Blue #5251DF

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.98%

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

R = 21.24%
G = 20.98%
B = 57.77%

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

#5251DF (or 0x5251DF) is known color: Neon Blue. HEX triplet: 52, 51 and DF. RGB value is (82,81,223). Sum of RGB (Red+Green+Blue) = 82+81+223=386 (51% of max value = 765). Red value is 82 (32.42% from 255 or 21.24% from 386); Green value is 81 (32.03% from 255 or 20.98% from 386); Blue value is 223 (87.5% from 255 or 57.77% from 386); Max value from RGB is 223 - color contains mainly: blue. Hex color #5251DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5251DF is #ADAE20. Grayscale: #606060. Windows color (decimal): -11382305 or 14635346. OLE color: 14635346.

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

Color convert

RGB 82 81 223 -
CMYK 0.63 0.64 0 0.13
HSL 240.42º 0.69% 0.6% -
HSV(B) 240.42º 0.64% 0.87% -
XYZ 19.74 13.01 71.28 -
YUV 97.49 198.83 116.95 -
System Red Green Blue C M Y K H S L
Decimal 82 81 223 0.63 0.64 0 0.13 240.42 0.69 0.6
Hex 52 51 DF 3F 40 0 D F0 45 3C
Octal 122 121 337 77 100 0 15 360 105 74
Binary 1010010 1010001 11011111 111111 1000000 0 1101 11110000 1000101 111100

Color Harmonies of #5251DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5251DF

Black with #5251DF

Text Example


Text Example

White with #5251DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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