Html Css Color HEX #514EEF Neon Blue

📋 copy color: '#514EEF'

red 81 ◦ green 78 ◦ blue 239

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

Shades of Neon Blue #514EEF

Tints of Neon Blue #514EEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.05%

R = 20.35%
G = 19.6%
B = 60.05%

CMYK

 C value IS 0.66

 M value IS 0.67

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#514EEF (or 0x514EEF) is known color: Neon Blue. HEX triplet: 51, 4E and EF. RGB value is (81,78,239). Sum of RGB (Red+Green+Blue) = 81+78+239=398 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.35% from 398); Green value is 78 (30.86% from 255 or 19.60% from 398); Blue value is 239 (93.75% from 255 or 60.05% from 398); Max value from RGB is 239 - color contains mainly: blue. Hex color #514EEF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #514EEF is #AEB110. Grayscale: #606060. Windows color (decimal): -11448593 or 15683153. OLE color: 15683153.

HSL color Cylindrical-coordinate representation of color #514EEF: hue angle of 241.12º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #514EEF is Cyan = 0.66, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 81 78 239 -
CMYK 0.66 0.67 0 0.06
HSL 241.12º 0.83% 0.62% -
HSV(B) 241.12º 0.67% 0.94% -
XYZ 21.7 13.43 83.11 -
YUV 97.25 207.99 116.41 -
System Red Green Blue C M Y K H S L
Decimal 81 78 239 0.66 0.67 0 0.06 241.12 0.83 0.62
Hex 51 4E EF 42 43 0 6 F1 53 3E
Octal 121 116 357 102 103 0 6 361 123 76
Binary 1010001 1001110 11101111 1000010 1000011 0 110 11110001 1010011 111110

Color Harmonies of #514EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514EEF

Black with #514EEF

Text Example


Text Example

White with #514EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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