Html Css Color HEX #405EFA Neon Blue

📋 copy color: '#405EFA'

red 64 ◦ green 94 ◦ blue 250

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

Shades of Neon Blue #405EFA

Tints of Neon Blue #405EFA

RGB

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

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

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

R = 15.69%
G = 23.04%
B = 61.27%

CMYK

 C value IS 0.74

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#405EFA (or 0x405EFA) is known color: Neon Blue. HEX triplet: 40, 5E and FA. RGB value is (64,94,250). Sum of RGB (Red+Green+Blue) = 64+94+250=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 94 (37.11% from 255 or 23.04% from 408); Blue value is 250 (98.05% from 255 or 61.27% from 408); Max value from RGB is 250 - color contains mainly: blue. Hex color #405EFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405EFA is #BFA105. Grayscale: #666666. Windows color (decimal): -12558598 or 16408128. OLE color: 16408128.

HSL color Cylindrical-coordinate representation of color #405EFA: hue angle of 230.32º 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 #405EFA is Cyan = 0.74, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 94 250 -
CMYK 0.74 0.62 0 0.02
HSL 230.32º 0.95% 0.62% -
HSV(B) 230.32º 0.74% 0.98% -
XYZ 23.37 16 92.3 -
YUV 102.81 211.06 100.32 -
System Red Green Blue C M Y K H S L
Decimal 64 94 250 0.74 0.62 0 0.02 230.32 0.95 0.62
Hex 40 5E FA 4A 3E 0 2 E6 5F 3E
Octal 100 136 372 112 76 0 2 346 137 76
Binary 1000000 1011110 11111010 1001010 111110 0 10 11100110 1011111 111110

Color Harmonies of #405EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405EFA

Black with #405EFA

Text Example


Text Example

White with #405EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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