Html Css Color HEX #405FFB Neon Blue

📋 copy color: '#405FFB'

red 64 ◦ green 95 ◦ blue 251

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

Shades of Neon Blue #405FFB

Tints of Neon Blue #405FFB

RGB

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

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

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

R = 15.61%
G = 23.17%
B = 61.22%

CMYK

 C value IS 0.75

 M value IS 0.62

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#405FFB (or 0x405FFB) is known color: Neon Blue. HEX triplet: 40, 5F and FB. RGB value is (64,95,251). Sum of RGB (Red+Green+Blue) = 64+95+251=410 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.61% from 410); Green value is 95 (37.5% from 255 or 23.17% from 410); Blue value is 251 (98.44% from 255 or 61.22% from 410); Max value from RGB is 251 - color contains mainly: blue. Hex color #405FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405FFB is #BFA004. Grayscale: #666666. Windows color (decimal): -12558341 or 16473920. OLE color: 16473920.

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

Color convert

RGB 64 95 251 -
CMYK 0.75 0.62 0 0.02
HSL 230.05º 0.96% 0.62% -
HSV(B) 230.05º 0.75% 0.98% -
XYZ 23.62 16.24 93.16 -
YUV 103.52 211.23 99.82 -
System Red Green Blue C M Y K H S L
Decimal 64 95 251 0.75 0.62 0 0.02 230.05 0.96 0.62
Hex 40 5F FB 4B 3E 0 2 E6 60 3E
Octal 100 137 373 113 76 0 2 346 140 76
Binary 1000000 1011111 11111011 1001011 111110 0 10 11100110 1100000 111110

Color Harmonies of #405FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405FFB

Black with #405FFB

Text Example


Text Example

White with #405FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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