Html Css Color HEX #4050FA Neon Blue

📋 copy color: '#4050FA'

red 64 ◦ green 80 ◦ blue 250

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

Shades of Neon Blue #4050FA

Tints of Neon Blue #4050FA

RGB

 RED value IS 64 (25.39% from 255) = 16.24%

 GREEN value IS 80 (31.64% from 255) = 20.3%

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

R = 16.24%
G = 20.3%
B = 63.45%

CMYK

 C value IS 0.74

 M value IS 0.68

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4050FA (or 0x4050FA) is known color: Neon Blue. HEX triplet: 40, 50 and FA. RGB value is (64,80,250). Sum of RGB (Red+Green+Blue) = 64+80+250=394 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.24% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 250 (98.05% from 255 or 63.45% from 394); Max value from RGB is 250 - color contains mainly: blue. Hex color #4050FA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4050FA is #BFAF05. Grayscale: #5D5D5D. Windows color (decimal): -12562182 or 16404544. OLE color: 16404544.

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

Color convert

RGB 64 80 250 -
CMYK 0.74 0.68 0 0.02
HSL 234.84º 0.95% 0.62% -
HSV(B) 234.84º 0.74% 0.98% -
XYZ 22.24 13.73 91.92 -
YUV 94.6 215.7 106.18 -
System Red Green Blue C M Y K H S L
Decimal 64 80 250 0.74 0.68 0 0.02 234.84 0.95 0.62
Hex 40 50 FA 4A 44 0 2 EB 5F 3E
Octal 100 120 372 112 104 0 2 353 137 76
Binary 1000000 1010000 11111010 1001010 1000100 0 10 11101011 1011111 111110

Color Harmonies of #4050FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4050FA

Black with #4050FA

Text Example


Text Example

White with #4050FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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