Html Css Color HEX #405FFD Neon Blue

📋 copy color: '#405FFD'

red 64 ◦ green 95 ◦ blue 253

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

Shades of Neon Blue #405FFD

Tints of Neon Blue #405FFD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.06%

 BLUE value IS 253 (99.22% from 255) = 61.41%

R = 15.53%
G = 23.06%
B = 61.41%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#405FFD (or 0x405FFD) is known color: Neon Blue. HEX triplet: 40, 5F and FD. RGB value is (64,95,253). Sum of RGB (Red+Green+Blue) = 64+95+253=412 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.53% from 412); Green value is 95 (37.5% from 255 or 23.06% from 412); Blue value is 253 (99.22% from 255 or 61.41% from 412); Max value from RGB is 253 - color contains mainly: blue. Hex color #405FFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405FFD is #BFA002. Grayscale: #676767. Windows color (decimal): -12558339 or 16604992. OLE color: 16604992.

HSL color Cylindrical-coordinate representation of color #405FFD: hue angle of 230.16º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #405FFD is Cyan = 0.75, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 95 253 -
CMYK 0.75 0.62 0 0.01
HSL 230.16º 0.98% 0.62% -
HSV(B) 230.16º 0.75% 0.99% -
XYZ 23.94 16.37 94.83 -
YUV 103.74 212.23 99.65 -
System Red Green Blue C M Y K H S L
Decimal 64 95 253 0.75 0.62 0 0.01 230.16 0.98 0.62
Hex 40 5F FD 4B 3E 0 1 E6 62 3E
Octal 100 137 375 113 76 0 1 346 142 76
Binary 1000000 1011111 11111101 1001011 111110 0 1 11100110 1100010 111110

Color Harmonies of #405FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405FFD

Black with #405FFD

Text Example


Text Example

White with #405FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,95,253); }

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

background-color css

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

 a { background-color: rgb(64,95,253); }

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

border-color css

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

 span { border-color: rgb(64,95,253); }

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