Html Css Color HEX #5140FD Neon Blue

📋 copy color: '#5140FD'

red 81 ◦ green 64 ◦ blue 253

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

Shades of Neon Blue #5140FD

Tints of Neon Blue #5140FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 63.57%

R = 20.35%
G = 16.08%
B = 63.57%

CMYK

 C value IS 0.68

 M value IS 0.75

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5140FD (or 0x5140FD) is known color: Neon Blue. HEX triplet: 51, 40 and FD. RGB value is (81,64,253). Sum of RGB (Red+Green+Blue) = 81+64+253=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 64 (25.39% from 255 or 16.08% from 398); Blue value is 253 (99.22% from 255 or 63.57% from 398); Max value from RGB is 253 - color contains mainly: blue. Hex color #5140FD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5140FD is #AEBF02. Grayscale: #595959. Windows color (decimal): -11452163 or 16597073. OLE color: 16597073.

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

Color convert

RGB 81 64 253 -
CMYK 0.68 0.75 0 0.01
HSL 245.4º 0.98% 0.62% -
HSV(B) 245.4º 0.75% 0.99% -
XYZ 22.96 12.51 94.13 -
YUV 90.63 219.63 121.13 -
System Red Green Blue C M Y K H S L
Decimal 81 64 253 0.68 0.75 0 0.01 245.4 0.98 0.62
Hex 51 40 FD 44 4B 0 1 F5 62 3E
Octal 121 100 375 104 113 0 1 365 142 76
Binary 1010001 1000000 11111101 1000100 1001011 0 1 11110101 1100010 111110

Color Harmonies of #5140FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5140FD

Black with #5140FD

Text Example


Text Example

White with #5140FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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