Html Css Color HEX #5138F6 Neon Blue

📋 copy color: '#5138F6'

red 81 ◦ green 56 ◦ blue 246

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

Shades of Neon Blue #5138F6

Tints of Neon Blue #5138F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 64.23%

R = 21.15%
G = 14.62%
B = 64.23%

CMYK

 C value IS 0.67

 M value IS 0.77

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5138F6 (or 0x5138F6) is known color: Neon Blue. HEX triplet: 51, 38 and F6. RGB value is (81,56,246). Sum of RGB (Red+Green+Blue) = 81+56+246=383 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.15% from 383); Green value is 56 (22.27% from 255 or 14.62% from 383); Blue value is 246 (96.48% from 255 or 64.23% from 383); Max value from RGB is 246 - color contains mainly: blue. Hex color #5138F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5138F6 is #AEC709. Grayscale: #545454. Windows color (decimal): -11454218 or 16136273. OLE color: 16136273.

HSL color Cylindrical-coordinate representation of color #5138F6: hue angle of 247.89º degrees, saturation: 0.91, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5138F6 is Cyan = 0.67, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 81 56 246 -
CMYK 0.67 0.77 0 0.04
HSL 247.89º 0.91% 0.59% -
HSV(B) 247.89º 0.77% 0.96% -
XYZ 21.44 11.23 88.23 -
YUV 85.14 218.78 125.05 -
System Red Green Blue C M Y K H S L
Decimal 81 56 246 0.67 0.77 0 0.04 247.89 0.91 0.59
Hex 51 38 F6 43 4D 0 4 F8 5B 3B
Octal 121 70 366 103 115 0 4 370 133 73
Binary 1010001 111000 11110110 1000011 1001101 0 100 11111000 1011011 111011

Color Harmonies of #5138F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5138F6

Black with #5138F6

Text Example


Text Example

White with #5138F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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