Html Css Color HEX #465BF3 Neon Blue

📋 copy color: '#465BF3'

red 70 ◦ green 91 ◦ blue 243

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

Shades of Neon Blue #465BF3

Tints of Neon Blue #465BF3

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.52%

 BLUE value IS 243 (95.31% from 255) = 60.15%

R = 17.33%
G = 22.52%
B = 60.15%

CMYK

 C value IS 0.71

 M value IS 0.63

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#465BF3 (or 0x465BF3) is known color: Neon Blue. HEX triplet: 46, 5B and F3. RGB value is (70,91,243). Sum of RGB (Red+Green+Blue) = 70+91+243=404 (53% of max value = 765). Red value is 70 (27.73% from 255 or 17.33% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 243 (95.31% from 255 or 60.15% from 404); Max value from RGB is 243 - color contains mainly: blue. Hex color #465BF3 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #465BF3 is #B9A40C. Grayscale: #656565. Windows color (decimal): -12166157 or 15948614. OLE color: 15948614.

HSL color Cylindrical-coordinate representation of color #465BF3: hue angle of 232.72º degrees, saturation: 0.88, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #465BF3 is Cyan = 0.71, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 70 91 243 -
CMYK 0.71 0.63 0 0.05
HSL 232.72º 0.88% 0.61% -
HSV(B) 232.72º 0.71% 0.95% -
XYZ 22.44 15.26 86.56 -
YUV 102.05 207.54 105.14 -
System Red Green Blue C M Y K H S L
Decimal 70 91 243 0.71 0.63 0 0.05 232.72 0.88 0.61
Hex 46 5B F3 47 3F 0 5 E9 58 3D
Octal 106 133 363 107 77 0 5 351 130 75
Binary 1000110 1011011 11110011 1000111 111111 0 101 11101001 1011000 111101

Color Harmonies of #465BF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #465BF3

Black with #465BF3

Text Example


Text Example

White with #465BF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,91,243); }

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

background-color css

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

 a { background-color: rgb(70,91,243); }

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

border-color css

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

 span { border-color: rgb(70,91,243); }

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