Html Css Color HEX #464FF6 Neon Blue

📋 copy color: '#464FF6'

red 70 ◦ green 79 ◦ blue 246

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

Shades of Neon Blue #464FF6

Tints of Neon Blue #464FF6

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20%

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

R = 17.72%
G = 20%
B = 62.28%

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

#464FF6 (or 0x464FF6) is known color: Neon Blue. HEX triplet: 46, 4F and F6. RGB value is (70,79,246). Sum of RGB (Red+Green+Blue) = 70+79+246=395 (52% of max value = 765). Red value is 70 (27.73% from 255 or 17.72% from 395); Green value is 79 (31.25% from 255 or 20% from 395); Blue value is 246 (96.48% from 255 or 62.28% from 395); Max value from RGB is 246 - color contains mainly: blue. Hex color #464FF6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464FF6 is #B9B009. Grayscale: #5E5E5E. Windows color (decimal): -12169226 or 16142150. OLE color: 16142150.

HSL color Cylindrical-coordinate representation of color #464FF6: hue angle of 236.93º 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 #464FF6 is Cyan = 0.72, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 70 79 246 -
CMYK 0.72 0.68 0 0.04
HSL 236.93º 0.91% 0.62% -
HSV(B) 236.93º 0.72% 0.96% -
XYZ 21.96 13.55 88.65 -
YUV 95.35 213.02 109.92 -
System Red Green Blue C M Y K H S L
Decimal 70 79 246 0.72 0.68 0 0.04 236.93 0.91 0.62
Hex 46 4F F6 48 44 0 4 ED 5B 3E
Octal 106 117 366 110 104 0 4 355 133 76
Binary 1000110 1001111 11110110 1001000 1000100 0 100 11101101 1011011 111110

Color Harmonies of #464FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464FF6

Black with #464FF6

Text Example


Text Example

White with #464FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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