Html Css Color HEX #405CFA Neon Blue

📋 copy color: '#405CFA'

red 64 ◦ green 92 ◦ blue 250

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

Shades of Neon Blue #405CFA

Tints of Neon Blue #405CFA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.66%

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

R = 15.76%
G = 22.66%
B = 61.58%

CMYK

 C value IS 0.74

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#405CFA (or 0x405CFA) is known color: Neon Blue. HEX triplet: 40, 5C and FA. RGB value is (64,92,250). Sum of RGB (Red+Green+Blue) = 64+92+250=406 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.76% from 406); Green value is 92 (36.33% from 255 or 22.66% from 406); Blue value is 250 (98.05% from 255 or 61.58% from 406); Max value from RGB is 250 - color contains mainly: blue. Hex color #405CFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405CFA is #BFA305. Grayscale: #646464. Windows color (decimal): -12559110 or 16407616. OLE color: 16407616.

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

Color convert

RGB 64 92 250 -
CMYK 0.74 0.63 0 0.02
HSL 230.97º 0.95% 0.62% -
HSV(B) 230.97º 0.74% 0.98% -
XYZ 23.2 15.65 92.24 -
YUV 101.64 211.72 101.15 -
System Red Green Blue C M Y K H S L
Decimal 64 92 250 0.74 0.63 0 0.02 230.97 0.95 0.62
Hex 40 5C FA 4A 3F 0 2 E7 5F 3E
Octal 100 134 372 112 77 0 2 347 137 76
Binary 1000000 1011100 11111010 1001010 111111 0 10 11100111 1011111 111110

Color Harmonies of #405CFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405CFA

Black with #405CFA

Text Example


Text Example

White with #405CFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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