Html Css Color HEX #514BFC Neon Blue

📋 copy color: '#514BFC'

red 81 ◦ green 75 ◦ blue 252

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

Shades of Neon Blue #514BFC

Tints of Neon Blue #514BFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 61.76%

R = 19.85%
G = 18.38%
B = 61.76%

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

#514BFC (or 0x514BFC) is known color: Neon Blue. HEX triplet: 51, 4B and FC. RGB value is (81,75,252). Sum of RGB (Red+Green+Blue) = 81+75+252=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 75 (29.69% from 255 or 18.38% from 408); Blue value is 252 (98.83% from 255 or 61.76% from 408); Max value from RGB is 252 - color contains mainly: blue. Hex color #514BFC is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #514BFC is #AEB403. Grayscale: #606060. Windows color (decimal): -11449348 or 16534353. OLE color: 16534353.

HSL color Cylindrical-coordinate representation of color #514BFC: hue angle of 242.03º degrees, saturation: 0.97, 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 #514BFC is Cyan = 0.68, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 81 75 252 -
CMYK 0.68 0.70 0 0.01
HSL 242.03º 0.97% 0.64% -
HSV(B) 242.03º 0.7% 0.99% -
XYZ 23.48 13.81 93.52 -
YUV 96.97 215.49 116.61 -
System Red Green Blue C M Y K H S L
Decimal 81 75 252 0.68 0.70 0 0.01 242.03 0.97 0.64
Hex 51 4B FC 44 46 0 1 F2 61 40
Octal 121 113 374 104 106 0 1 362 141 100
Binary 1010001 1001011 11111100 1000100 1000110 0 1 11110010 1100001 1000000

Color Harmonies of #514BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514BFC

Black with #514BFC

Text Example


Text Example

White with #514BFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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