Html Css Color HEX #514BFD Neon Blue

📋 copy color: '#514BFD'

red 81 ◦ green 75 ◦ blue 253

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

Shades of Neon Blue #514BFD

Tints of Neon Blue #514BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 61.86%

R = 19.8%
G = 18.34%
B = 61.86%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#514BFD (or 0x514BFD) is known color: Neon Blue. HEX triplet: 51, 4B and FD. RGB value is (81,75,253). Sum of RGB (Red+Green+Blue) = 81+75+253=409 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.80% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 253 (99.22% from 255 or 61.86% from 409); Max value from RGB is 253 - color contains mainly: blue. Hex color #514BFD is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514BFD is #AEB402. Grayscale: #606060. Windows color (decimal): -11449347 or 16599889. OLE color: 16599889.

HSL color Cylindrical-coordinate representation of color #514BFD: hue angle of 242.02º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #514BFD is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 75 253 -
CMYK 0.68 0.70 0 0.01
HSL 242.02º 0.98% 0.64% -
HSV(B) 242.02º 0.7% 0.99% -
XYZ 23.64 13.87 94.36 -
YUV 97.09 215.99 116.53 -
System Red Green Blue C M Y K H S L
Decimal 81 75 253 0.68 0.70 0 0.01 242.02 0.98 0.64
Hex 51 4B FD 44 46 0 1 F2 62 40
Octal 121 113 375 104 106 0 1 362 142 100
Binary 1010001 1001011 11111101 1000100 1000110 0 1 11110010 1100010 1000000

Color Harmonies of #514BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514BFD

Black with #514BFD

Text Example


Text Example

White with #514BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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