Html Css Color HEX #465EFC Neon Blue

📋 copy color: '#465EFC'

red 70 ◦ green 94 ◦ blue 252

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

Shades of Neon Blue #465EFC

Tints of Neon Blue #465EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 60.58%

R = 16.83%
G = 22.6%
B = 60.58%

CMYK

 C value IS 0.72

 M value IS 0.63

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#465EFC (or 0x465EFC) is known color: Neon Blue. HEX triplet: 46, 5E and FC. RGB value is (70,94,252). Sum of RGB (Red+Green+Blue) = 70+94+252=416 (55% of max value = 765). Red value is 70 (27.73% from 255 or 16.83% from 416); Green value is 94 (37.11% from 255 or 22.60% from 416); Blue value is 252 (98.83% from 255 or 60.58% from 416); Max value from RGB is 252 - color contains mainly: blue. Hex color #465EFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465EFC is #B9A103. Grayscale: #686868. Windows color (decimal): -12165380 or 16539206. OLE color: 16539206.

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

Color convert

RGB 70 94 252 -
CMYK 0.72 0.63 0 0.01
HSL 232.09º 0.97% 0.63% -
HSV(B) 232.09º 0.72% 0.99% -
XYZ 24.1 16.34 93.98 -
YUV 104.84 211.05 103.15 -
System Red Green Blue C M Y K H S L
Decimal 70 94 252 0.72 0.63 0 0.01 232.09 0.97 0.63
Hex 46 5E FC 48 3F 0 1 E8 61 3F
Octal 106 136 374 110 77 0 1 350 141 77
Binary 1000110 1011110 11111100 1001000 111111 0 1 11101000 1100001 111111

Color Harmonies of #465EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465EFC

Black with #465EFC

Text Example


Text Example

White with #465EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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