Html Css Color HEX #465EFE Neon Blue

📋 copy color: '#465EFE'

red 70 ◦ green 94 ◦ blue 254

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

Shades of Neon Blue #465EFE

Tints of Neon Blue #465EFE

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.49%

 BLUE value IS 254 (99.61% from 255) = 60.77%

R = 16.75%
G = 22.49%
B = 60.77%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#465EFE (or 0x465EFE) is known color: Neon Blue. HEX triplet: 46, 5E and FE. RGB value is (70,94,254). Sum of RGB (Red+Green+Blue) = 70+94+254=418 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.75% from 418); Green value is 94 (37.11% from 255 or 22.49% from 418); Blue value is 254 (99.61% from 255 or 60.77% from 418); Max value from RGB is 254 - color contains mainly: blue. Hex color #465EFE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465EFE is #B9A101. Grayscale: #686868. Windows color (decimal): -12165378 or 16670278. OLE color: 16670278.

HSL color Cylindrical-coordinate representation of color #465EFE: hue angle of 232.17º degrees, saturation: 0.99, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #465EFE is Cyan = 0.72, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 70 94 254 -
CMYK 0.72 0.63 0 0.00
HSL 232.17º 0.99% 0.64% -
HSV(B) 232.17º 0.72% 1% -
XYZ 24.42 16.46 95.66 -
YUV 105.06 212.05 102.99 -
System Red Green Blue C M Y K H S L
Decimal 70 94 254 0.72 0.63 0 0.00 232.17 0.99 0.64
Hex 46 5E FE 48 3F 0 0 E8 63 40
Octal 106 136 376 110 77 0 0 350 143 100
Binary 1000110 1011110 11111110 1001000 111111 0 0 11101000 1100011 1000000

Color Harmonies of #465EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465EFE

Black with #465EFE

Text Example


Text Example

White with #465EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,94,254); }

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

background-color css

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

 a { background-color: rgb(70,94,254); }

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

border-color css

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

 span { border-color: rgb(70,94,254); }

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