Html Css Color HEX #464AF4 Neon Blue

📋 copy color: '#464AF4'

red 70 ◦ green 74 ◦ blue 244

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

Shades of Neon Blue #464AF4

Tints of Neon Blue #464AF4

RGB

 RED value IS 70 (27.73% from 255) = 18.04%

 GREEN value IS 74 (29.3% from 255) = 19.07%

 BLUE value IS 244 (95.7% from 255) = 62.89%

R = 18.04%
G = 19.07%
B = 62.89%

CMYK

 C value IS 0.71

 M value IS 0.70

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#464AF4 (or 0x464AF4) is known color: Neon Blue. HEX triplet: 46, 4A and F4. RGB value is (70,74,244). Sum of RGB (Red+Green+Blue) = 70+74+244=388 (51% of max value = 765). Red value is 70 (27.73% from 255 or 18.04% from 388); Green value is 74 (29.30% from 255 or 19.07% from 388); Blue value is 244 (95.70% from 255 or 62.89% from 388); Max value from RGB is 244 - color contains mainly: blue. Hex color #464AF4 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #464AF4 is #B9B50B. Grayscale: #5B5B5B. Windows color (decimal): -12170508 or 16009798. OLE color: 16009798.

HSL color Cylindrical-coordinate representation of color #464AF4: hue angle of 238.62º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #464AF4 is Cyan = 0.71, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 70 74 244 -
CMYK 0.71 0.70 0 0.04
HSL 238.62º 0.89% 0.62% -
HSV(B) 238.62º 0.71% 0.96% -
XYZ 21.3 12.73 86.92 -
YUV 92.18 213.67 112.18 -
System Red Green Blue C M Y K H S L
Decimal 70 74 244 0.71 0.70 0 0.04 238.62 0.89 0.62
Hex 46 4A F4 47 46 0 4 EF 59 3E
Octal 106 112 364 107 106 0 4 357 131 76
Binary 1000110 1001010 11110100 1000111 1000110 0 100 11101111 1011001 111110

Color Harmonies of #464AF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464AF4

Black with #464AF4

Text Example


Text Example

White with #464AF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464AF4; }

 p { color: rgb(70,74,244); }

 H1.HeaderClassName
 {
   color: #464AF4;
 }
 .AnyTagClassName
 {
   color: #464AF4;
 }
</style>

background-color css

<style>
 a { background-color: #464AF4; }

 a { background-color: rgb(70,74,244); }

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

border-color css

<style>
 span { border-color: #464AF4; }

 span { border-color: rgb(70,74,244); }

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