Html Css Color HEX #5138DF Neon Blue

📋 copy color: '#5138DF'

red 81 ◦ green 56 ◦ blue 223

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

Shades of Neon Blue #5138DF

Tints of Neon Blue #5138DF

RGB

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

 GREEN value IS 56 (22.27% from 255) = 15.56%

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

R = 22.5%
G = 15.56%
B = 61.94%

CMYK

 C value IS 0.64

 M value IS 0.75

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#5138DF (or 0x5138DF) is known color: Neon Blue. HEX triplet: 51, 38 and DF. RGB value is (81,56,223). Sum of RGB (Red+Green+Blue) = 81+56+223=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 56 (22.27% from 255 or 15.56% from 360); Blue value is 223 (87.5% from 255 or 61.94% from 360); Max value from RGB is 223 - color contains mainly: blue. Hex color #5138DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5138DF is #AEC720. Grayscale: #515151. Windows color (decimal): -11454241 or 14628945. OLE color: 14628945.

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

Color convert

RGB 81 56 223 -
CMYK 0.64 0.75 0 0.13
HSL 248.98º 0.72% 0.55% -
HSV(B) 248.98º 0.75% 0.87% -
XYZ 18.13 9.91 70.77 -
YUV 82.51 207.28 126.92 -
System Red Green Blue C M Y K H S L
Decimal 81 56 223 0.64 0.75 0 0.13 248.98 0.72 0.55
Hex 51 38 DF 40 4B 0 D F9 48 37
Octal 121 70 337 100 113 0 15 371 110 67
Binary 1010001 111000 11011111 1000000 1001011 0 1101 11111001 1001000 110111

Color Harmonies of #5138DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5138DF

Black with #5138DF

Text Example


Text Example

White with #5138DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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