Html Css Color HEX #514CEC Neon Blue

📋 copy color: '#514CEC'

red 81 ◦ green 76 ◦ blue 236

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

Shades of Neon Blue #514CEC

Tints of Neon Blue #514CEC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.34%

 BLUE value IS 236 (92.58% from 255) = 60.05%

R = 20.61%
G = 19.34%
B = 60.05%

CMYK

 C value IS 0.66

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#514CEC (or 0x514CEC) is known color: Neon Blue. HEX triplet: 51, 4C and EC. RGB value is (81,76,236). Sum of RGB (Red+Green+Blue) = 81+76+236=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 236 (92.58% from 255 or 60.05% from 393); Max value from RGB is 236 - color contains mainly: blue. Hex color #514CEC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514CEC is #AEB313. Grayscale: #5F5F5F. Windows color (decimal): -11449108 or 15486033. OLE color: 15486033.

HSL color Cylindrical-coordinate representation of color #514CEC: hue angle of 241.88º degrees, saturation: 0.81, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #514CEC is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 76 236 -
CMYK 0.66 0.68 0 0.07
HSL 241.88º 0.81% 0.61% -
HSV(B) 241.88º 0.68% 0.93% -
XYZ 21.12 12.97 80.75 -
YUV 95.74 207.16 117.49 -
System Red Green Blue C M Y K H S L
Decimal 81 76 236 0.66 0.68 0 0.07 241.88 0.81 0.61
Hex 51 4C EC 42 44 0 7 F2 51 3D
Octal 121 114 354 102 104 0 7 362 121 75
Binary 1010001 1001100 11101100 1000010 1000100 0 111 11110010 1010001 111101

Color Harmonies of #514CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514CEC

Black with #514CEC

Text Example


Text Example

White with #514CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,76,236); }

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

background-color css

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

 a { background-color: rgb(81,76,236); }

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

border-color css

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

 span { border-color: rgb(81,76,236); }

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