Html Css Color HEX #5038FA Neon Blue

📋 copy color: '#5038FA'

red 80 ◦ green 56 ◦ blue 250

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

Shades of Neon Blue #5038FA

Tints of Neon Blue #5038FA

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.51%

 BLUE value IS 250 (98.05% from 255) = 64.77%

R = 20.73%
G = 14.51%
B = 64.77%

CMYK

 C value IS 0.68

 M value IS 0.78

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#5038FA (or 0x5038FA) is known color: Neon Blue. HEX triplet: 50, 38 and FA. RGB value is (80,56,250). Sum of RGB (Red+Green+Blue) = 80+56+250=386 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.73% from 386); Green value is 56 (22.27% from 255 or 14.51% from 386); Blue value is 250 (98.05% from 255 or 64.77% from 386); Max value from RGB is 250 - color contains mainly: blue. Hex color #5038FA is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #5038FA is #AFC705. Grayscale: #545454. Windows color (decimal): -11519750 or 16398416. OLE color: 16398416.

HSL color Cylindrical-coordinate representation of color #5038FA: hue angle of 247.42º degrees, saturation: 0.95, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #5038FA is Cyan = 0.68, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 80 56 250 -
CMYK 0.68 0.78 0 0.02
HSL 247.42º 0.95% 0.6% -
HSV(B) 247.42º 0.78% 0.98% -
XYZ 21.98 11.44 91.49 -
YUV 85.29 220.95 124.23 -
System Red Green Blue C M Y K H S L
Decimal 80 56 250 0.68 0.78 0 0.02 247.42 0.95 0.6
Hex 50 38 FA 44 4E 0 2 F7 5F 3C
Octal 120 70 372 104 116 0 2 367 137 74
Binary 1010000 111000 11111010 1000100 1001110 0 10 11110111 1011111 111100

Color Harmonies of #5038FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5038FA

Black with #5038FA

Text Example


Text Example

White with #5038FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5038FA; }

 p { color: rgb(80,56,250); }

 H1.HeaderClassName
 {
   color: #5038FA;
 }
 .AnyTagClassName
 {
   color: #5038FA;
 }
</style>

background-color css

<style>
 a { background-color: #5038FA; }

 a { background-color: rgb(80,56,250); }

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

border-color css

<style>
 span { border-color: #5038FA; }

 span { border-color: rgb(80,56,250); }

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