Html Css Color HEX #4053FE Neon Blue

📋 copy color: '#4053FE'

red 64 ◦ green 83 ◦ blue 254

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

Shades of Neon Blue #4053FE

Tints of Neon Blue #4053FE

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.7%

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

R = 15.96%
G = 20.7%
B = 63.34%

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

#4053FE (or 0x4053FE) is known color: Neon Blue. HEX triplet: 40, 53 and FE. RGB value is (64,83,254). Sum of RGB (Red+Green+Blue) = 64+83+254=401 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.96% from 401); Green value is 83 (32.81% from 255 or 20.70% from 401); Blue value is 254 (99.61% from 255 or 63.34% from 401); Max value from RGB is 254 - color contains mainly: blue. Hex color #4053FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4053FE is #BFAC01. Grayscale: #606060. Windows color (decimal): -12561410 or 16667456. OLE color: 16667456.

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

Color convert

RGB 64 83 254 -
CMYK 0.75 0.67 0 0.00
HSL 234º 0.99% 0.62% -
HSV(B) 234º 0.75% 1% -
XYZ 23.1 14.43 95.33 -
YUV 96.81 216.71 104.6 -
System Red Green Blue C M Y K H S L
Decimal 64 83 254 0.75 0.67 0 0.00 234 0.99 0.62
Hex 40 53 FE 4B 43 0 0 EA 63 3E
Octal 100 123 376 113 103 0 0 352 143 76
Binary 1000000 1010011 11111110 1001011 1000011 0 0 11101010 1100011 111110

Color Harmonies of #4053FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4053FE

Black with #4053FE

Text Example


Text Example

White with #4053FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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