Html Css Color HEX #514AF6 Neon Blue

📋 copy color: '#514AF6'

red 81 ◦ green 74 ◦ blue 246

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

Shades of Neon Blue #514AF6

Tints of Neon Blue #514AF6

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.45%

 BLUE value IS 246 (96.48% from 255) = 61.35%

R = 20.2%
G = 18.45%
B = 61.35%

CMYK

 C value IS 0.67

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#514AF6 (or 0x514AF6) is known color: Neon Blue. HEX triplet: 51, 4A and F6. RGB value is (81,74,246). Sum of RGB (Red+Green+Blue) = 81+74+246=401 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.20% from 401); Green value is 74 (29.30% from 255 or 18.45% from 401); Blue value is 246 (96.48% from 255 or 61.35% from 401); Max value from RGB is 246 - color contains mainly: blue. Hex color #514AF6 is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514AF6 is #AEB509. Grayscale: #5F5F5F. Windows color (decimal): -11449610 or 16140881. OLE color: 16140881.

HSL color Cylindrical-coordinate representation of color #514AF6: hue angle of 242.44º degrees, saturation: 0.91, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #514AF6 is Cyan = 0.67, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 81 74 246 -
CMYK 0.67 0.70 0 0.04
HSL 242.44º 0.91% 0.63% -
HSV(B) 242.44º 0.7% 0.96% -
XYZ 22.48 13.3 88.57 -
YUV 95.7 212.82 117.51 -
System Red Green Blue C M Y K H S L
Decimal 81 74 246 0.67 0.70 0 0.04 242.44 0.91 0.63
Hex 51 4A F6 43 46 0 4 F2 5B 3F
Octal 121 112 366 103 106 0 4 362 133 77
Binary 1010001 1001010 11110110 1000011 1000110 0 100 11110010 1011011 111111

Color Harmonies of #514AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514AF6

Black with #514AF6

Text Example


Text Example

White with #514AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514AF6; }

 p { color: rgb(81,74,246); }

 H1.HeaderClassName
 {
   color: #514AF6;
 }
 .AnyTagClassName
 {
   color: #514AF6;
 }
</style>

background-color css

<style>
 a { background-color: #514AF6; }

 a { background-color: rgb(81,74,246); }

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

border-color css

<style>
 span { border-color: #514AF6; }

 span { border-color: rgb(81,74,246); }

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