Html Css Color HEX #5136FB Neon Blue

📋 copy color: '#5136FB'

red 81 ◦ green 54 ◦ blue 251

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

Shades of Neon Blue #5136FB

Tints of Neon Blue #5136FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 65.03%

R = 20.98%
G = 13.99%
B = 65.03%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5136FB (or 0x5136FB) is known color: Neon Blue. HEX triplet: 51, 36 and FB. RGB value is (81,54,251). Sum of RGB (Red+Green+Blue) = 81+54+251=386 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.98% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 251 (98.44% from 255 or 65.03% from 386); Max value from RGB is 251 - color contains mainly: blue. Hex color #5136FB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5136FB is #AEC904. Grayscale: #535353. Windows color (decimal): -11454725 or 16463441. OLE color: 16463441.

HSL color Cylindrical-coordinate representation of color #5136FB: hue angle of 248.22º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5136FB is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 54 251 -
CMYK 0.68 0.78 0 0.02
HSL 248.22º 0.96% 0.6% -
HSV(B) 248.22º 0.78% 0.98% -
XYZ 22.13 11.35 92.29 -
YUV 84.53 221.95 125.48 -
System Red Green Blue C M Y K H S L
Decimal 81 54 251 0.68 0.78 0 0.02 248.22 0.96 0.6
Hex 51 36 FB 44 4E 0 2 F8 60 3C
Octal 121 66 373 104 116 0 2 370 140 74
Binary 1010001 110110 11111011 1000100 1001110 0 10 11111000 1100000 111100

Color Harmonies of #5136FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5136FB

Black with #5136FB

Text Example


Text Example

White with #5136FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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