Html Css Color HEX #4644FB Neon Blue

📋 copy color: '#4644FB'

red 70 ◦ green 68 ◦ blue 251

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

Shades of Neon Blue #4644FB

Tints of Neon Blue #4644FB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.48%

 BLUE value IS 251 (98.44% from 255) = 64.52%

R = 17.99%
G = 17.48%
B = 64.52%

CMYK

 C value IS 0.72

 M value IS 0.73

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#4644FB (or 0x4644FB) is known color: Neon Blue. HEX triplet: 46, 44 and FB. RGB value is (70,68,251). Sum of RGB (Red+Green+Blue) = 70+68+251=389 (51% of max value = 765). Red value is 70 (27.73% from 255 or 17.99% from 389); Green value is 68 (26.95% from 255 or 17.48% from 389); Blue value is 251 (98.44% from 255 or 64.52% from 389); Max value from RGB is 251 - color contains mainly: blue. Hex color #4644FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #4644FB is #B9BB04. Grayscale: #585858. Windows color (decimal): -12172037 or 16467014. OLE color: 16467014.

HSL color Cylindrical-coordinate representation of color #4644FB: hue angle of 240.66º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #4644FB is Cyan = 0.72, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 70 68 251 -
CMYK 0.72 0.73 0 0.02
HSL 240.66º 0.96% 0.63% -
HSV(B) 240.66º 0.73% 0.98% -
XYZ 22.01 12.4 92.5 -
YUV 89.46 219.16 114.12 -
System Red Green Blue C M Y K H S L
Decimal 70 68 251 0.72 0.73 0 0.02 240.66 0.96 0.63
Hex 46 44 FB 48 49 0 2 F1 60 3F
Octal 106 104 373 110 111 0 2 361 140 77
Binary 1000110 1000100 11111011 1001000 1001001 0 10 11110001 1100000 111111

Color Harmonies of #4644FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4644FB

Black with #4644FB

Text Example


Text Example

White with #4644FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4644FB; }

 p { color: rgb(70,68,251); }

 H1.HeaderClassName
 {
   color: #4644FB;
 }
 .AnyTagClassName
 {
   color: #4644FB;
 }
</style>

background-color css

<style>
 a { background-color: #4644FB; }

 a { background-color: rgb(70,68,251); }

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

border-color css

<style>
 span { border-color: #4644FB; }

 span { border-color: rgb(70,68,251); }

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