Html Css Color HEX #404BFB Neon Blue

📋 copy color: '#404BFB'

red 64 ◦ green 75 ◦ blue 251

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

Shades of Neon Blue #404BFB

Tints of Neon Blue #404BFB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.23%

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

R = 16.41%
G = 19.23%
B = 64.36%

CMYK

 C value IS 0.75

 M value IS 0.70

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#404BFB (or 0x404BFB) is known color: Neon Blue. HEX triplet: 40, 4B and FB. RGB value is (64,75,251). Sum of RGB (Red+Green+Blue) = 64+75+251=390 (51% of max value = 765). Red value is 64 (25.39% from 255 or 16.41% from 390); Green value is 75 (29.69% from 255 or 19.23% from 390); Blue value is 251 (98.44% from 255 or 64.36% from 390); Max value from RGB is 251 - color contains mainly: blue. Hex color #404BFB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404BFB is #BFB404. Grayscale: #5B5B5B. Windows color (decimal): -12563461 or 16468800. OLE color: 16468800.

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

Color convert

RGB 64 75 251 -
CMYK 0.75 0.70 0 0.02
HSL 236.47º 0.96% 0.62% -
HSV(B) 236.47º 0.75% 0.98% -
XYZ 22.04 13.09 92.63 -
YUV 91.78 217.86 108.19 -
System Red Green Blue C M Y K H S L
Decimal 64 75 251 0.75 0.70 0 0.02 236.47 0.96 0.62
Hex 40 4B FB 4B 46 0 2 EC 60 3E
Octal 100 113 373 113 106 0 2 354 140 76
Binary 1000000 1001011 11111011 1001011 1000110 0 10 11101100 1100000 111110

Color Harmonies of #404BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404BFB

Black with #404BFB

Text Example


Text Example

White with #404BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #404BFB; }

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

 H1.HeaderClassName
 {
   color: #404BFB;
 }
 .AnyTagClassName
 {
   color: #404BFB;
 }
</style>

background-color css

<style>
 a { background-color: #404BFB; }

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

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

border-color css

<style>
 span { border-color: #404BFB; }

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

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