Html Css Color HEX #5140FA Neon Blue

📋 copy color: '#5140FA'

red 81 ◦ green 64 ◦ blue 250

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

Shades of Neon Blue #5140FA

Tints of Neon Blue #5140FA

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.2%

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

R = 20.51%
G = 16.2%
B = 63.29%

CMYK

 C value IS 0.68

 M value IS 0.74

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5140FA (or 0x5140FA) is known color: Neon Blue. HEX triplet: 51, 40 and FA. RGB value is (81,64,250). Sum of RGB (Red+Green+Blue) = 81+64+250=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 64 (25.39% from 255 or 16.20% from 395); Blue value is 250 (98.05% from 255 or 63.29% from 395); Max value from RGB is 250 - color contains mainly: blue. Hex color #5140FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5140FA is #AEBF05. Grayscale: #595959. Windows color (decimal): -11452166 or 16400465. OLE color: 16400465.

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

Color convert

RGB 81 64 250 -
CMYK 0.68 0.74 0 0.02
HSL 245.48º 0.95% 0.62% -
HSV(B) 245.48º 0.74% 0.98% -
XYZ 22.48 12.32 91.64 -
YUV 90.29 218.13 121.38 -
System Red Green Blue C M Y K H S L
Decimal 81 64 250 0.68 0.74 0 0.02 245.48 0.95 0.62
Hex 51 40 FA 44 4A 0 2 F5 5F 3E
Octal 121 100 372 104 112 0 2 365 137 76
Binary 1010001 1000000 11111010 1000100 1001010 0 10 11110101 1011111 111110

Color Harmonies of #5140FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5140FA

Black with #5140FA

Text Example


Text Example

White with #5140FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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