Html Css Color HEX #5158FA Neon Blue

📋 copy color: '#5158FA'

red 81 ◦ green 88 ◦ blue 250

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

Shades of Neon Blue #5158FA

Tints of Neon Blue #5158FA

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21%

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

R = 19.33%
G = 21%
B = 59.67%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5158FA (or 0x5158FA) is known color: Neon Blue. HEX triplet: 51, 58 and FA. RGB value is (81,88,250). Sum of RGB (Red+Green+Blue) = 81+88+250=419 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.33% from 419); Green value is 88 (34.77% from 255 or 21.00% from 419); Blue value is 250 (98.05% from 255 or 59.67% from 419); Max value from RGB is 250 - color contains mainly: blue. Hex color #5158FA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5158FA is #AEA705. Grayscale: #676767. Windows color (decimal): -11446022 or 16406609. OLE color: 16406609.

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

Color convert

RGB 81 88 250 -
CMYK 0.68 0.65 0 0.02
HSL 237.51º 0.94% 0.65% -
HSV(B) 237.51º 0.68% 0.98% -
XYZ 24.14 15.63 92.19 -
YUV 104.38 210.18 111.33 -
System Red Green Blue C M Y K H S L
Decimal 81 88 250 0.68 0.65 0 0.02 237.51 0.94 0.65
Hex 51 58 FA 44 41 0 2 EE 5E 41
Octal 121 130 372 104 101 0 2 356 136 101
Binary 1010001 1011000 11111010 1000100 1000001 0 10 11101110 1011110 1000001

Color Harmonies of #5158FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5158FA

Black with #5158FA

Text Example


Text Example

White with #5158FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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