Html Css Color HEX #5148F9 Neon Blue

📋 copy color: '#5148F9'

red 81 ◦ green 72 ◦ blue 249

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

Shades of Neon Blue #5148F9

Tints of Neon Blue #5148F9

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.91%

 BLUE value IS 249 (97.66% from 255) = 61.94%

R = 20.15%
G = 17.91%
B = 61.94%

CMYK

 C value IS 0.67

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5148F9 (or 0x5148F9) is known color: Neon Blue. HEX triplet: 51, 48 and F9. RGB value is (81,72,249). Sum of RGB (Red+Green+Blue) = 81+72+249=402 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.15% from 402); Green value is 72 (28.52% from 255 or 17.91% from 402); Blue value is 249 (97.66% from 255 or 61.94% from 402); Max value from RGB is 249 - color contains mainly: blue. Hex color #5148F9 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5148F9 is #AEB706. Grayscale: #5E5E5E. Windows color (decimal): -11450119 or 16336977. OLE color: 16336977.

HSL color Cylindrical-coordinate representation of color #5148F9: hue angle of 243.05º degrees, saturation: 0.94, 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 #5148F9 is Cyan = 0.67, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 81 72 249 -
CMYK 0.67 0.71 0 0.02
HSL 243.05º 0.94% 0.63% -
HSV(B) 243.05º 0.71% 0.98% -
XYZ 22.81 13.22 90.97 -
YUV 94.87 214.98 118.11 -
System Red Green Blue C M Y K H S L
Decimal 81 72 249 0.67 0.71 0 0.02 243.05 0.94 0.63
Hex 51 48 F9 43 47 0 2 F3 5E 3F
Octal 121 110 371 103 107 0 2 363 136 77
Binary 1010001 1001000 11111001 1000011 1000111 0 10 11110011 1011110 111111

Color Harmonies of #5148F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5148F9

Black with #5148F9

Text Example


Text Example

White with #5148F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5148F9; }

 p { color: rgb(81,72,249); }

 H1.HeaderClassName
 {
   color: #5148F9;
 }
 .AnyTagClassName
 {
   color: #5148F9;
 }
</style>

background-color css

<style>
 a { background-color: #5148F9; }

 a { background-color: rgb(81,72,249); }

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

border-color css

<style>
 span { border-color: #5148F9; }

 span { border-color: rgb(81,72,249); }

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