Html Css Color HEX #465AFF Neon Blue

📋 copy color: '#465AFF'

red 70 ◦ green 90 ◦ blue 255

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

Shades of Neon Blue #465AFF

Tints of Neon Blue #465AFF

RGB

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

 GREEN value IS 90 (35.55% from 255) = 21.69%

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

R = 16.87%
G = 21.69%
B = 61.45%

CMYK

 C value IS 0.73

 M value IS 0.65

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#465AFF (or 0x465AFF) is known color: Neon Blue. HEX triplet: 46, 5A and FF. RGB value is (70,90,255). Sum of RGB (Red+Green+Blue) = 70+90+255=415 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.87% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 255 (100% from 255 or 61.45% from 415); Max value from RGB is 255 - color contains mainly: blue. Hex color #465AFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465AFF is #B9A500. Grayscale: #666666. Windows color (decimal): -12166401 or 16734790. OLE color: 16734790.

HSL color Cylindrical-coordinate representation of color #465AFF: hue angle of 233.51º 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 #465AFF is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 70 90 255 -
CMYK 0.73 0.65 0 0
HSL 233.51º 1% 0.64% -
HSV(B) 233.51º 0.73% 1% -
XYZ 24.23 15.83 96.39 -
YUV 102.83 213.87 104.58 -
System Red Green Blue C M Y K H S L
Decimal 70 90 255 0.73 0.65 0 0 233.51 1 0.64
Hex 46 5A FF 49 41 0 0 EA 64 40
Octal 106 132 377 111 101 0 0 352 144 100
Binary 1000110 1011010 11111111 1001001 1000001 0 0 11101010 1100100 1000000

Color Harmonies of #465AFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465AFF

Black with #465AFF

Text Example


Text Example

White with #465AFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #465AFF; }

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

 H1.HeaderClassName
 {
   color: #465AFF;
 }
 .AnyTagClassName
 {
   color: #465AFF;
 }
</style>

background-color css

<style>
 a { background-color: #465AFF; }

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

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

border-color css

<style>
 span { border-color: #465AFF; }

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

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