Html Css Color HEX #4464FD Neon Blue

📋 copy color: '#4464FD'

red 68 ◦ green 100 ◦ blue 253

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

Shades of Neon Blue #4464FD

Tints of Neon Blue #4464FD

RGB

 RED value IS 68 (26.95% from 255) = 16.15%

 GREEN value IS 100 (39.45% from 255) = 23.75%

 BLUE value IS 253 (99.22% from 255) = 60.1%

R = 16.15%
G = 23.75%
B = 60.1%

CMYK

 C value IS 0.73

 M value IS 0.60

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#4464FD (or 0x4464FD) is known color: Neon Blue. HEX triplet: 44, 64 and FD. RGB value is (68,100,253). Sum of RGB (Red+Green+Blue) = 68+100+253=421 (55% of max value = 765). Red value is 68 (26.95% from 255 or 16.15% from 421); Green value is 100 (39.45% from 255 or 23.75% from 421); Blue value is 253 (99.22% from 255 or 60.10% from 421); Max value from RGB is 253 - color contains mainly: blue. Hex color #4464FD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4464FD is #BB9B02. Grayscale: #6B6B6B. Windows color (decimal): -12294915 or 16606276. OLE color: 16606276.

HSL color Cylindrical-coordinate representation of color #4464FD: hue angle of 229.62º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4464FD is Cyan = 0.73, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 68 100 253 -
CMYK 0.73 0.60 0 0.01
HSL 229.62º 0.98% 0.63% -
HSV(B) 229.62º 0.73% 0.99% -
XYZ 24.67 17.44 94.99 -
YUV 107.87 209.9 99.56 -
System Red Green Blue C M Y K H S L
Decimal 68 100 253 0.73 0.60 0 0.01 229.62 0.98 0.63
Hex 44 64 FD 49 3C 0 1 E6 62 3F
Octal 104 144 375 111 74 0 1 346 142 77
Binary 1000100 1100100 11111101 1001001 111100 0 1 11100110 1100010 111111

Color Harmonies of #4464FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4464FD

Black with #4464FD

Text Example


Text Example

White with #4464FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4464FD; }

 p { color: rgb(68,100,253); }

 H1.HeaderClassName
 {
   color: #4464FD;
 }
 .AnyTagClassName
 {
   color: #4464FD;
 }
</style>

background-color css

<style>
 a { background-color: #4464FD; }

 a { background-color: rgb(68,100,253); }

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

border-color css

<style>
 span { border-color: #4464FD; }

 span { border-color: rgb(68,100,253); }

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