Html Css Color HEX #465AFC Neon Blue

📋 copy color: '#465AFC'

red 70 ◦ green 90 ◦ blue 252

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

Shades of Neon Blue #465AFC

Tints of Neon Blue #465AFC

RGB

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

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

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

R = 16.99%
G = 21.84%
B = 61.17%

CMYK

 C value IS 0.72

 M value IS 0.64

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#465AFC (or 0x465AFC) is known color: Neon Blue. HEX triplet: 46, 5A and FC. RGB value is (70,90,252). Sum of RGB (Red+Green+Blue) = 70+90+252=412 (54% of max value = 765). Red value is 70 (27.73% from 255 or 16.99% from 412); Green value is 90 (35.55% from 255 or 21.84% from 412); Blue value is 252 (98.83% from 255 or 61.17% from 412); Max value from RGB is 252 - color contains mainly: blue. Hex color #465AFC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465AFC is #B9A503. Grayscale: #656565. Windows color (decimal): -12166404 or 16538182. OLE color: 16538182.

HSL color Cylindrical-coordinate representation of color #465AFC: hue angle of 233.41º 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 #465AFC is Cyan = 0.72, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 70 90 252 -
CMYK 0.72 0.64 0 0.01
HSL 233.41º 0.97% 0.63% -
HSV(B) 233.41º 0.72% 0.99% -
XYZ 23.75 15.64 93.86 -
YUV 102.49 212.37 104.83 -
System Red Green Blue C M Y K H S L
Decimal 70 90 252 0.72 0.64 0 0.01 233.41 0.97 0.63
Hex 46 5A FC 48 40 0 1 E9 61 3F
Octal 106 132 374 110 100 0 1 351 141 77
Binary 1000110 1011010 11111100 1001000 1000000 0 1 11101001 1100001 111111

Color Harmonies of #465AFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465AFC

Black with #465AFC

Text Example


Text Example

White with #465AFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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