Html Css Color HEX #5149FA Neon Blue

📋 copy color: '#5149FA'

red 81 ◦ green 73 ◦ blue 250

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

Shades of Neon Blue #5149FA

Tints of Neon Blue #5149FA

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.07%

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

R = 20.05%
G = 18.07%
B = 61.88%

CMYK

 C value IS 0.68

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5149FA (or 0x5149FA) is known color: Neon Blue. HEX triplet: 51, 49 and FA. RGB value is (81,73,250). Sum of RGB (Red+Green+Blue) = 81+73+250=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 250 (98.05% from 255 or 61.88% from 404); Max value from RGB is 250 - color contains mainly: blue. Hex color #5149FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5149FA is #AEB605. Grayscale: #5E5E5E. Windows color (decimal): -11449862 or 16402769. OLE color: 16402769.

HSL color Cylindrical-coordinate representation of color #5149FA: hue angle of 242.71º degrees, saturation: 0.95, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #5149FA is Cyan = 0.68, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 73 250 -
CMYK 0.68 0.71 0 0.02
HSL 242.71º 0.95% 0.63% -
HSV(B) 242.71º 0.71% 0.98% -
XYZ 23.03 13.42 91.82 -
YUV 95.57 215.15 117.61 -
System Red Green Blue C M Y K H S L
Decimal 81 73 250 0.68 0.71 0 0.02 242.71 0.95 0.63
Hex 51 49 FA 44 47 0 2 F3 5F 3F
Octal 121 111 372 104 107 0 2 363 137 77
Binary 1010001 1001001 11111010 1000100 1000111 0 10 11110011 1011111 111111

Color Harmonies of #5149FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5149FA

Black with #5149FA

Text Example


Text Example

White with #5149FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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