Html Css Color HEX #464FFF Neon Blue

📋 copy color: '#464FFF'

red 70 ◦ green 79 ◦ blue 255

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

Shades of Neon Blue #464FFF

Tints of Neon Blue #464FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 63.12%

R = 17.33%
G = 19.55%
B = 63.12%

CMYK

 C value IS 0.73

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#464FFF (or 0x464FFF) is known color: Neon Blue. HEX triplet: 46, 4F and FF. RGB value is (70,79,255). Sum of RGB (Red+Green+Blue) = 70+79+255=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 255 (100% from 255 or 63.12% from 404); Max value from RGB is 255 - color contains mainly: blue. Hex color #464FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #464FFF is #B9B000. Grayscale: #5F5F5F. Windows color (decimal): -12169217 or 16731974. OLE color: 16731974.

HSL color Cylindrical-coordinate representation of color #464FFF: hue angle of 237.08º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #464FFF is Cyan = 0.73, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 79 255 -
CMYK 0.73 0.69 0 0
HSL 237.08º 1% 0.64% -
HSV(B) 237.08º 0.73% 1% -
XYZ 23.37 14.11 96.1 -
YUV 96.37 217.52 109.19 -
System Red Green Blue C M Y K H S L
Decimal 70 79 255 0.73 0.69 0 0 237.08 1 0.64
Hex 46 4F FF 49 45 0 0 ED 64 40
Octal 106 117 377 111 105 0 0 355 144 100
Binary 1000110 1001111 11111111 1001001 1000101 0 0 11101101 1100100 1000000

Color Harmonies of #464FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464FFF

Black with #464FFF

Text Example


Text Example

White with #464FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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