Html Css Color HEX #5136FA Neon Blue

📋 copy color: '#5136FA'

red 81 ◦ green 54 ◦ blue 250

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

Shades of Neon Blue #5136FA

Tints of Neon Blue #5136FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 64.94%

R = 21.04%
G = 14.03%
B = 64.94%

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

#5136FA (or 0x5136FA) is known color: Neon Blue. HEX triplet: 51, 36 and FA. RGB value is (81,54,250). Sum of RGB (Red+Green+Blue) = 81+54+250=385 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.04% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 250 (98.05% from 255 or 64.94% from 385); Max value from RGB is 250 - color contains mainly: blue. Hex color #5136FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5136FA is #AEC905. Grayscale: #535353. Windows color (decimal): -11454726 or 16397905. OLE color: 16397905.

HSL color Cylindrical-coordinate representation of color #5136FA: hue angle of 248.27º degrees, saturation: 0.95, 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 #5136FA is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 54 250 -
CMYK 0.68 0.78 0 0.02
HSL 248.27º 0.95% 0.6% -
HSV(B) 248.27º 0.78% 0.98% -
XYZ 21.97 11.29 91.46 -
YUV 84.42 221.45 125.56 -
System Red Green Blue C M Y K H S L
Decimal 81 54 250 0.68 0.78 0 0.02 248.27 0.95 0.6
Hex 51 36 FA 44 4E 0 2 F8 5F 3C
Octal 121 66 372 104 116 0 2 370 137 74
Binary 1010001 110110 11111010 1000100 1001110 0 10 11111000 1011111 111100

Color Harmonies of #5136FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5136FA

Black with #5136FA

Text Example


Text Example

White with #5136FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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