Html Css Color HEX #4055FE Neon Blue

📋 copy color: '#4055FE'

red 64 ◦ green 85 ◦ blue 254

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

Shades of Neon Blue #4055FE

Tints of Neon Blue #4055FE

RGB

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

 GREEN value IS 85 (33.59% from 255) = 21.09%

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

R = 15.88%
G = 21.09%
B = 63.03%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#4055FE (or 0x4055FE) is known color: Neon Blue. HEX triplet: 40, 55 and FE. RGB value is (64,85,254). Sum of RGB (Red+Green+Blue) = 64+85+254=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 85 (33.59% from 255 or 21.09% from 403); Blue value is 254 (99.61% from 255 or 63.03% from 403); Max value from RGB is 254 - color contains mainly: blue. Hex color #4055FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4055FE is #BFAA01. Grayscale: #616161. Windows color (decimal): -12560898 or 16667968. OLE color: 16667968.

HSL color Cylindrical-coordinate representation of color #4055FE: hue angle of 233.37º 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 #4055FE is Cyan = 0.75, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 64 85 254 -
CMYK 0.75 0.67 0 0.00
HSL 233.37º 0.99% 0.62% -
HSV(B) 233.37º 0.75% 1% -
XYZ 23.25 14.74 95.39 -
YUV 97.99 216.04 103.76 -
System Red Green Blue C M Y K H S L
Decimal 64 85 254 0.75 0.67 0 0.00 233.37 0.99 0.62
Hex 40 55 FE 4B 43 0 0 E9 63 3E
Octal 100 125 376 113 103 0 0 351 143 76
Binary 1000000 1010101 11111110 1001011 1000011 0 0 11101001 1100011 111110

Color Harmonies of #4055FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4055FE

Black with #4055FE

Text Example


Text Example

White with #4055FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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