Html Css Color HEX #514EEB Neon Blue

📋 copy color: '#514EEB'

red 81 ◦ green 78 ◦ blue 235

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

Shades of Neon Blue #514EEB

Tints of Neon Blue #514EEB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.8%

 BLUE value IS 235 (92.19% from 255) = 59.64%

R = 20.56%
G = 19.8%
B = 59.64%

CMYK

 C value IS 0.66

 M value IS 0.67

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#514EEB (or 0x514EEB) is known color: Neon Blue. HEX triplet: 51, 4E and EB. RGB value is (81,78,235). Sum of RGB (Red+Green+Blue) = 81+78+235=394 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.56% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 235 (92.19% from 255 or 59.64% from 394); Max value from RGB is 235 - color contains mainly: blue. Hex color #514EEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514EEB is #AEB114. Grayscale: #606060. Windows color (decimal): -11448597 or 15421009. OLE color: 15421009.

HSL color Cylindrical-coordinate representation of color #514EEB: hue angle of 241.15º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #514EEB is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 81 78 235 -
CMYK 0.66 0.67 0 0.08
HSL 241.15º 0.8% 0.61% -
HSV(B) 241.15º 0.67% 0.92% -
XYZ 21.11 13.2 80.03 -
YUV 96.8 205.99 116.73 -
System Red Green Blue C M Y K H S L
Decimal 81 78 235 0.66 0.67 0 0.08 241.15 0.8 0.61
Hex 51 4E EB 42 43 0 8 F1 50 3D
Octal 121 116 353 102 103 0 10 361 120 75
Binary 1010001 1001110 11101011 1000010 1000011 0 1000 11110001 1010000 111101

Color Harmonies of #514EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514EEB

Black with #514EEB

Text Example


Text Example

White with #514EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,78,235); }

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

background-color css

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

 a { background-color: rgb(81,78,235); }

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

border-color css

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

 span { border-color: rgb(81,78,235); }

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