Html Css Color HEX #5058FD Neon Blue

📋 copy color: '#5058FD'

red 80 ◦ green 88 ◦ blue 253

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

Shades of Neon Blue #5058FD

Tints of Neon Blue #5058FD

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.9%

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

R = 19%
G = 20.9%
B = 60.1%

CMYK

 C value IS 0.68

 M value IS 0.65

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#5058FD (or 0x5058FD) is known color: Neon Blue. HEX triplet: 50, 58 and FD. RGB value is (80,88,253). Sum of RGB (Red+Green+Blue) = 80+88+253=421 (55% of max value = 765). Red value is 80 (31.64% from 255 or 19.00% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #5058FD is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #5058FD is #AFA702. Grayscale: #676767. Windows color (decimal): -11511555 or 16603216. OLE color: 16603216.

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

Color convert

RGB 80 88 253 -
CMYK 0.68 0.65 0 0.01
HSL 237.23º 0.98% 0.65% -
HSV(B) 237.23º 0.68% 0.99% -
XYZ 24.53 15.78 94.68 -
YUV 104.42 211.85 110.58 -
System Red Green Blue C M Y K H S L
Decimal 80 88 253 0.68 0.65 0 0.01 237.23 0.98 0.65
Hex 50 58 FD 44 41 0 1 ED 62 41
Octal 120 130 375 104 101 0 1 355 142 101
Binary 1010000 1011000 11111101 1000100 1000001 0 1 11101101 1100010 1000001

Color Harmonies of #5058FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5058FD

Black with #5058FD

Text Example


Text Example

White with #5058FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5058FD; }

 p { color: rgb(80,88,253); }

 H1.HeaderClassName
 {
   color: #5058FD;
 }
 .AnyTagClassName
 {
   color: #5058FD;
 }
</style>

background-color css

<style>
 a { background-color: #5058FD; }

 a { background-color: rgb(80,88,253); }

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

border-color css

<style>
 span { border-color: #5058FD; }

 span { border-color: rgb(80,88,253); }

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