Html Css Color HEX #405AFB Neon Blue

📋 copy color: '#405AFB'

red 64 ◦ green 90 ◦ blue 251

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

Shades of Neon Blue #405AFB

Tints of Neon Blue #405AFB

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.22%

 BLUE value IS 251 (98.44% from 255) = 61.98%

R = 15.8%
G = 22.22%
B = 61.98%

CMYK

 C value IS 0.75

 M value IS 0.64

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#405AFB (or 0x405AFB) is known color: Neon Blue. HEX triplet: 40, 5A and FB. RGB value is (64,90,251). Sum of RGB (Red+Green+Blue) = 64+90+251=405 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.80% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 251 (98.44% from 255 or 61.98% from 405); Max value from RGB is 251 - color contains mainly: blue. Hex color #405AFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405AFB is #BFA504. Grayscale: #636363. Windows color (decimal): -12559621 or 16472640. OLE color: 16472640.

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

Color convert

RGB 64 90 251 -
CMYK 0.75 0.64 0 0.02
HSL 231.66º 0.96% 0.62% -
HSV(B) 231.66º 0.75% 0.98% -
XYZ 23.18 15.37 93.01 -
YUV 100.58 212.89 101.91 -
System Red Green Blue C M Y K H S L
Decimal 64 90 251 0.75 0.64 0 0.02 231.66 0.96 0.62
Hex 40 5A FB 4B 40 0 2 E8 60 3E
Octal 100 132 373 113 100 0 2 350 140 76
Binary 1000000 1011010 11111011 1001011 1000000 0 10 11101000 1100000 111110

Color Harmonies of #405AFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405AFB

Black with #405AFB

Text Example


Text Example

White with #405AFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,90,251); }

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

background-color css

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

 a { background-color: rgb(64,90,251); }

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

border-color css

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

 span { border-color: rgb(64,90,251); }

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