Html Css Color HEX #4050FE Neon Blue

📋 copy color: '#4050FE'

red 64 ◦ green 80 ◦ blue 254

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

Shades of Neon Blue #4050FE

Tints of Neon Blue #4050FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 63.82%

R = 16.08%
G = 20.1%
B = 63.82%

CMYK

 C value IS 0.75

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4050FE (or 0x4050FE) is known color: Neon Blue. HEX triplet: 40, 50 and FE. RGB value is (64,80,254). Sum of RGB (Red+Green+Blue) = 64+80+254=398 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.08% from 398); Green value is 80 (31.64% from 255 or 20.10% from 398); Blue value is 254 (99.61% from 255 or 63.82% from 398); Max value from RGB is 254 - color contains mainly: blue. Hex color #4050FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4050FE is #BFAF01. Grayscale: #5E5E5E. Windows color (decimal): -12562178 or 16666688. OLE color: 16666688.

HSL color Cylindrical-coordinate representation of color #4050FE: hue angle of 234.95º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #4050FE is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 64 80 254 -
CMYK 0.75 0.69 0 0.00
HSL 234.95º 0.99% 0.62% -
HSV(B) 234.95º 0.75% 1% -
XYZ 22.87 13.98 95.26 -
YUV 95.05 217.7 105.85 -
System Red Green Blue C M Y K H S L
Decimal 64 80 254 0.75 0.69 0 0.00 234.95 0.99 0.62
Hex 40 50 FE 4B 45 0 0 EB 63 3E
Octal 100 120 376 113 105 0 0 353 143 76
Binary 1000000 1010000 11111110 1001011 1000101 0 0 11101011 1100011 111110

Color Harmonies of #4050FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4050FE

Black with #4050FE

Text Example


Text Example

White with #4050FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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