Html Css Color HEX #405DFD Neon Blue

📋 copy color: '#405DFD'

red 64 ◦ green 93 ◦ blue 253

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

Shades of Neon Blue #405DFD

Tints of Neon Blue #405DFD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 22.68%

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

R = 15.61%
G = 22.68%
B = 61.71%

CMYK

 C value IS 0.75

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#405DFD (or 0x405DFD) is known color: Neon Blue. HEX triplet: 40, 5D and FD. RGB value is (64,93,253). Sum of RGB (Red+Green+Blue) = 64+93+253=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 93 (36.72% from 255 or 22.68% from 410); Blue value is 253 (99.22% from 255 or 61.71% from 410); Max value from RGB is 253 - color contains mainly: blue. Hex color #405DFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405DFD is #BFA202. Grayscale: #656565. Windows color (decimal): -12558851 or 16604480. OLE color: 16604480.

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

Color convert

RGB 64 93 253 -
CMYK 0.75 0.63 0 0.01
HSL 230.79º 0.98% 0.62% -
HSV(B) 230.79º 0.75% 0.99% -
XYZ 23.76 16.01 94.77 -
YUV 102.57 212.89 100.49 -
System Red Green Blue C M Y K H S L
Decimal 64 93 253 0.75 0.63 0 0.01 230.79 0.98 0.62
Hex 40 5D FD 4B 3F 0 1 E7 62 3E
Octal 100 135 375 113 77 0 1 347 142 76
Binary 1000000 1011101 11111101 1001011 111111 0 1 11100111 1100010 111110

Color Harmonies of #405DFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405DFD

Black with #405DFD

Text Example


Text Example

White with #405DFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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