Html Css Color HEX #405EFE Neon Blue

📋 copy color: '#405EFE'

red 64 ◦ green 94 ◦ blue 254

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

Shades of Neon Blue #405EFE

Tints of Neon Blue #405EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.82%

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

R = 15.53%
G = 22.82%
B = 61.65%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#405EFE (or 0x405EFE) is known color: Neon Blue. HEX triplet: 40, 5E and FE. RGB value is (64,94,254). Sum of RGB (Red+Green+Blue) = 64+94+254=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 94 (37.11% from 255 or 22.82% from 412); Blue value is 254 (99.61% from 255 or 61.65% from 412); Max value from RGB is 254 - color contains mainly: blue. Hex color #405EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405EFE is #BFA101. Grayscale: #666666. Windows color (decimal): -12558594 or 16670272. OLE color: 16670272.

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

Color convert

RGB 64 94 254 -
CMYK 0.75 0.63 0 0.00
HSL 230.53º 0.99% 0.62% -
HSV(B) 230.53º 0.75% 1% -
XYZ 24.01 16.25 95.64 -
YUV 103.27 213.06 99.99 -
System Red Green Blue C M Y K H S L
Decimal 64 94 254 0.75 0.63 0 0.00 230.53 0.99 0.62
Hex 40 5E FE 4B 3F 0 0 E7 63 3E
Octal 100 136 376 113 77 0 0 347 143 76
Binary 1000000 1011110 11111110 1001011 111111 0 0 11100111 1100011 111110

Color Harmonies of #405EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405EFE

Black with #405EFE

Text Example


Text Example

White with #405EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405EFE; }

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

 H1.HeaderClassName
 {
   color: #405EFE;
 }
 .AnyTagClassName
 {
   color: #405EFE;
 }
</style>

background-color css

<style>
 a { background-color: #405EFE; }

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

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

border-color css

<style>
 span { border-color: #405EFE; }

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

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