Html Css Color HEX #465FFF Neon Blue

📋 copy color: '#465FFF'

red 70 ◦ green 95 ◦ blue 255

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

Shades of Neon Blue #465FFF

Tints of Neon Blue #465FFF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.62%

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

R = 16.67%
G = 22.62%
B = 60.71%

CMYK

 C value IS 0.73

 M value IS 0.63

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#465FFF (or 0x465FFF) is known color: Neon Blue. HEX triplet: 46, 5F and FF. RGB value is (70,95,255). Sum of RGB (Red+Green+Blue) = 70+95+255=420 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.67% from 420); Green value is 95 (37.5% from 255 or 22.62% from 420); Blue value is 255 (100% from 255 or 60.71% from 420); Max value from RGB is 255 - color contains mainly: blue. Hex color #465FFF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465FFF is #B9A000. Grayscale: #696969. Windows color (decimal): -12165121 or 16736070. OLE color: 16736070.

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

Color convert

RGB 70 95 255 -
CMYK 0.73 0.63 0 0
HSL 231.89º 1% 0.64% -
HSV(B) 231.89º 0.73% 1% -
XYZ 24.67 16.71 96.53 -
YUV 105.77 212.22 102.49 -
System Red Green Blue C M Y K H S L
Decimal 70 95 255 0.73 0.63 0 0 231.89 1 0.64
Hex 46 5F FF 49 3F 0 0 E8 64 40
Octal 106 137 377 111 77 0 0 350 144 100
Binary 1000110 1011111 11111111 1001001 111111 0 0 11101000 1100100 1000000

Color Harmonies of #465FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465FFF

Black with #465FFF

Text Example


Text Example

White with #465FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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