Html Css Color HEX #514BEF Neon Blue

📋 copy color: '#514BEF'

red 81 ◦ green 75 ◦ blue 239

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

Shades of Neon Blue #514BEF

Tints of Neon Blue #514BEF

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.99%

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

R = 20.51%
G = 18.99%
B = 60.51%

CMYK

 C value IS 0.66

 M value IS 0.69

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#514BEF (or 0x514BEF) is known color: Neon Blue. HEX triplet: 51, 4B and EF. RGB value is (81,75,239). Sum of RGB (Red+Green+Blue) = 81+75+239=395 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.51% from 395); Green value is 75 (29.69% from 255 or 18.99% from 395); Blue value is 239 (93.75% from 255 or 60.51% from 395); Max value from RGB is 239 - color contains mainly: blue. Hex color #514BEF is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514BEF is #AEB410. Grayscale: #5E5E5E. Windows color (decimal): -11449361 or 15682385. OLE color: 15682385.

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

Color convert

RGB 81 75 239 -
CMYK 0.66 0.69 0 0.06
HSL 242.2º 0.84% 0.62% -
HSV(B) 242.2º 0.69% 0.94% -
XYZ 21.49 13.01 83.04 -
YUV 95.49 208.99 117.66 -
System Red Green Blue C M Y K H S L
Decimal 81 75 239 0.66 0.69 0 0.06 242.2 0.84 0.62
Hex 51 4B EF 42 45 0 6 F2 54 3E
Octal 121 113 357 102 105 0 6 362 124 76
Binary 1010001 1001011 11101111 1000010 1000101 0 110 11110010 1010100 111110

Color Harmonies of #514BEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514BEF

Black with #514BEF

Text Example


Text Example

White with #514BEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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