Html Css Color HEX #404CF1 Neon Blue

📋 copy color: '#404CF1'

red 64 ◦ green 76 ◦ blue 241

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

Shades of Neon Blue #404CF1

Tints of Neon Blue #404CF1

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.95%

 BLUE value IS 241 (94.53% from 255) = 63.25%

R = 16.8%
G = 19.95%
B = 63.25%

CMYK

 C value IS 0.73

 M value IS 0.68

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#404CF1 (or 0x404CF1) is known color: Neon Blue. HEX triplet: 40, 4C and F1. RGB value is (64,76,241). Sum of RGB (Red+Green+Blue) = 64+76+241=381 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.80% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 241 (94.53% from 255 or 63.25% from 381); Max value from RGB is 241 - color contains mainly: blue. Hex color #404CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #404CF1 is #BFB30E. Grayscale: #5A5A5A. Windows color (decimal): -12563215 or 15813696. OLE color: 15813696.

HSL color Cylindrical-coordinate representation of color #404CF1: hue angle of 235.93º degrees, saturation: 0.86, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #404CF1 is Cyan = 0.73, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 64 76 241 -
CMYK 0.73 0.68 0 0.05
HSL 235.93º 0.86% 0.6% -
HSV(B) 235.93º 0.73% 0.95% -
XYZ 20.58 12.61 84.57 -
YUV 91.22 212.52 108.58 -
System Red Green Blue C M Y K H S L
Decimal 64 76 241 0.73 0.68 0 0.05 235.93 0.86 0.6
Hex 40 4C F1 49 44 0 5 EC 56 3C
Octal 100 114 361 111 104 0 5 354 126 74
Binary 1000000 1001100 11110001 1001001 1000100 0 101 11101100 1010110 111100

Color Harmonies of #404CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #404CF1

Black with #404CF1

Text Example


Text Example

White with #404CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,76,241); }

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

background-color css

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

 a { background-color: rgb(64,76,241); }

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

border-color css

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

 span { border-color: rgb(64,76,241); }

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