Html Css Color HEX #504BFB Neon Blue

📋 copy color: '#504BFB'

red 80 ◦ green 75 ◦ blue 251

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

Shades of Neon Blue #504BFB

Tints of Neon Blue #504BFB

RGB

 RED value IS 80 (31.64% from 255) = 19.7%

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

 BLUE value IS 251 (98.44% from 255) = 61.82%

R = 19.7%
G = 18.47%
B = 61.82%

CMYK

 C value IS 0.68

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#504BFB (or 0x504BFB) is known color: Neon Blue. HEX triplet: 50, 4B and FB. RGB value is (80,75,251). Sum of RGB (Red+Green+Blue) = 80+75+251=406 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.70% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 251 (98.44% from 255 or 61.82% from 406); Max value from RGB is 251 - color contains mainly: blue. Hex color #504BFB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #504BFB is #AFB404. Grayscale: #5F5F5F. Windows color (decimal): -11514885 or 16468816. OLE color: 16468816.

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

Color convert

RGB 80 75 251 -
CMYK 0.68 0.70 0 0.02
HSL 241.7º 0.96% 0.64% -
HSV(B) 241.7º 0.7% 0.98% -
XYZ 23.24 13.7 92.69 -
YUV 96.56 215.16 116.19 -
System Red Green Blue C M Y K H S L
Decimal 80 75 251 0.68 0.70 0 0.02 241.7 0.96 0.64
Hex 50 4B FB 44 46 0 2 F2 60 40
Octal 120 113 373 104 106 0 2 362 140 100
Binary 1010000 1001011 11111011 1000100 1000110 0 10 11110010 1100000 1000000

Color Harmonies of #504BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504BFB

Black with #504BFB

Text Example


Text Example

White with #504BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504BFB; }

 p { color: rgb(80,75,251); }

 H1.HeaderClassName
 {
   color: #504BFB;
 }
 .AnyTagClassName
 {
   color: #504BFB;
 }
</style>

background-color css

<style>
 a { background-color: #504BFB; }

 a { background-color: rgb(80,75,251); }

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

border-color css

<style>
 span { border-color: #504BFB; }

 span { border-color: rgb(80,75,251); }

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