Html Css Color HEX #5136F6 Neon Blue

📋 copy color: '#5136F6'

red 81 ◦ green 54 ◦ blue 246

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

Shades of Neon Blue #5136F6

Tints of Neon Blue #5136F6

RGB

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

 GREEN value IS 54 (21.48% from 255) = 14.17%

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

R = 21.26%
G = 14.17%
B = 64.57%

CMYK

 C value IS 0.67

 M value IS 0.78

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#5136F6 (or 0x5136F6) is known color: Neon Blue. HEX triplet: 51, 36 and F6. RGB value is (81,54,246). Sum of RGB (Red+Green+Blue) = 81+54+246=381 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.26% from 381); Green value is 54 (21.48% from 255 or 14.17% from 381); Blue value is 246 (96.48% from 255 or 64.57% from 381); Max value from RGB is 246 - color contains mainly: blue. Hex color #5136F6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5136F6 is #AEC909. Grayscale: #535353. Windows color (decimal): -11454730 or 16135761. OLE color: 16135761.

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

Color convert

RGB 81 54 246 -
CMYK 0.67 0.78 0 0.04
HSL 248.44º 0.91% 0.59% -
HSV(B) 248.44º 0.78% 0.96% -
XYZ 21.35 11.04 88.19 -
YUV 83.96 219.45 125.89 -
System Red Green Blue C M Y K H S L
Decimal 81 54 246 0.67 0.78 0 0.04 248.44 0.91 0.59
Hex 51 36 F6 43 4E 0 4 F8 5B 3B
Octal 121 66 366 103 116 0 4 370 133 73
Binary 1010001 110110 11110110 1000011 1001110 0 100 11111000 1011011 111011

Color Harmonies of #5136F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5136F6

Black with #5136F6

Text Example


Text Example

White with #5136F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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