Html Css Color HEX #514BED Neon Blue

📋 copy color: '#514BED'

red 81 ◦ green 75 ◦ blue 237

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

Shades of Neon Blue #514BED

Tints of Neon Blue #514BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 60.31%

R = 20.61%
G = 19.08%
B = 60.31%

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

#514BED (or 0x514BED) is known color: Neon Blue. HEX triplet: 51, 4B and ED. RGB value is (81,75,237). Sum of RGB (Red+Green+Blue) = 81+75+237=393 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.61% from 393); Green value is 75 (29.69% from 255 or 19.08% from 393); Blue value is 237 (92.97% from 255 or 60.31% from 393); Max value from RGB is 237 - color contains mainly: blue. Hex color #514BED is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514BED is #AEB412. Grayscale: #5E5E5E. Windows color (decimal): -11449363 or 15551313. OLE color: 15551313.

HSL color Cylindrical-coordinate representation of color #514BED: hue angle of 242.22º degrees, saturation: 0.82, 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 #514BED is Cyan = 0.66, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 81 75 237 -
CMYK 0.66 0.68 0 0.07
HSL 242.22º 0.82% 0.61% -
HSV(B) 242.22º 0.68% 0.93% -
XYZ 21.2 12.9 81.49 -
YUV 95.26 207.99 117.83 -
System Red Green Blue C M Y K H S L
Decimal 81 75 237 0.66 0.68 0 0.07 242.22 0.82 0.61
Hex 51 4B ED 42 44 0 7 F2 52 3D
Octal 121 113 355 102 104 0 7 362 122 75
Binary 1010001 1001011 11101101 1000010 1000100 0 111 11110010 1010010 111101

Color Harmonies of #514BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514BED

Black with #514BED

Text Example


Text Example

White with #514BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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