Html Css Color HEX #514CDE Neon Blue

📋 copy color: '#514CDE'

red 81 ◦ green 76 ◦ blue 222

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

Shades of Neon Blue #514CDE

Tints of Neon Blue #514CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 58.58%

R = 21.37%
G = 20.05%
B = 58.58%

CMYK

 C value IS 0.64

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#514CDE (or 0x514CDE) is known color: Neon Blue. HEX triplet: 51, 4C and DE. RGB value is (81,76,222). Sum of RGB (Red+Green+Blue) = 81+76+222=379 (50% of max value = 765). Red value is 81 (32.03% from 255 or 21.37% from 379); Green value is 76 (30.08% from 255 or 20.05% from 379); Blue value is 222 (87.11% from 255 or 58.58% from 379); Max value from RGB is 222 - color contains mainly: blue. Hex color #514CDE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #514CDE is #AEB321. Grayscale: #5D5D5D. Windows color (decimal): -11449122 or 14568529. OLE color: 14568529.

HSL color Cylindrical-coordinate representation of color #514CDE: hue angle of 242.05º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #514CDE is Cyan = 0.64, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 81 76 222 -
CMYK 0.64 0.66 0 0.13
HSL 242.05º 0.69% 0.58% -
HSV(B) 242.05º 0.66% 0.87% -
XYZ 19.16 12.19 70.45 -
YUV 94.14 200.16 118.63 -
System Red Green Blue C M Y K H S L
Decimal 81 76 222 0.64 0.66 0 0.13 242.05 0.69 0.58
Hex 51 4C DE 40 42 0 D F2 45 3A
Octal 121 114 336 100 102 0 15 362 105 72
Binary 1010001 1001100 11011110 1000000 1000010 0 1101 11110010 1000101 111010

Color Harmonies of #514CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514CDE

Black with #514CDE

Text Example


Text Example

White with #514CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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