Html Css Color HEX #464EF6 Neon Blue

📋 copy color: '#464EF6'

red 70 ◦ green 78 ◦ blue 246

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

Shades of Neon Blue #464EF6

Tints of Neon Blue #464EF6

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.8%

 BLUE value IS 246 (96.48% from 255) = 62.44%

R = 17.77%
G = 19.8%
B = 62.44%

CMYK

 C value IS 0.72

 M value IS 0.68

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#464EF6 (or 0x464EF6) is known color: Neon Blue. HEX triplet: 46, 4E and F6. RGB value is (70,78,246). Sum of RGB (Red+Green+Blue) = 70+78+246=394 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.77% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 246 (96.48% from 255 or 62.44% from 394); Max value from RGB is 246 - color contains mainly: blue. Hex color #464EF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464EF6 is #B9B109. Grayscale: #5E5E5E. Windows color (decimal): -12169482 or 16141894. OLE color: 16141894.

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

Color convert

RGB 70 78 246 -
CMYK 0.72 0.68 0 0.04
HSL 237.27º 0.91% 0.62% -
HSV(B) 237.27º 0.72% 0.96% -
XYZ 21.88 13.4 88.62 -
YUV 94.76 213.35 110.34 -
System Red Green Blue C M Y K H S L
Decimal 70 78 246 0.72 0.68 0 0.04 237.27 0.91 0.62
Hex 46 4E F6 48 44 0 4 ED 5B 3E
Octal 106 116 366 110 104 0 4 355 133 76
Binary 1000110 1001110 11110110 1001000 1000100 0 100 11101101 1011011 111110

Color Harmonies of #464EF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464EF6

Black with #464EF6

Text Example


Text Example

White with #464EF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,78,246); }

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

background-color css

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

 a { background-color: rgb(70,78,246); }

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

border-color css

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

 span { border-color: rgb(70,78,246); }

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