Html Css Color HEX #5153DF Neon Blue

📋 copy color: '#5153DF'

red 81 ◦ green 83 ◦ blue 223

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

Shades of Neon Blue #5153DF

Tints of Neon Blue #5153DF

RGB

 RED value IS 81 (32.03% from 255) = 20.93%

 GREEN value IS 83 (32.81% from 255) = 21.45%

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

R = 20.93%
G = 21.45%
B = 57.62%

CMYK

 C value IS 0.64

 M value IS 0.63

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5153DF (or 0x5153DF) is known color: Neon Blue. HEX triplet: 51, 53 and DF. RGB value is (81,83,223). Sum of RGB (Red+Green+Blue) = 81+83+223=387 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.93% from 387); Green value is 83 (32.81% from 255 or 21.45% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #5153DF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5153DF is #AEAC20. Grayscale: #616161. Windows color (decimal): -11447329 or 14635857. OLE color: 14635857.

HSL color Cylindrical-coordinate representation of color #5153DF: hue angle of 239.15º 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 #5153DF is Cyan = 0.64, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 83 223 -
CMYK 0.64 0.63 0 0.13
HSL 239.15º 0.69% 0.6% -
HSV(B) 239.15º 0.64% 0.87% -
XYZ 19.81 13.26 71.33 -
YUV 98.36 198.34 115.62 -
System Red Green Blue C M Y K H S L
Decimal 81 83 223 0.64 0.63 0 0.13 239.15 0.69 0.6
Hex 51 53 DF 40 3F 0 D EF 45 3C
Octal 121 123 337 100 77 0 15 357 105 74
Binary 1010001 1010011 11011111 1000000 111111 0 1101 11101111 1000101 111100

Color Harmonies of #5153DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5153DF

Black with #5153DF

Text Example


Text Example

White with #5153DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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