Html Css Color HEX #3449FB Neon Blue

📋 copy color: '#3449FB'

red 52 ◦ green 73 ◦ blue 251

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

Shades of Neon Blue #3449FB

Tints of Neon Blue #3449FB

RGB

 RED value IS 52 (20.7% from 255) = 13.83%

 GREEN value IS 73 (28.91% from 255) = 19.41%

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

R = 13.83%
G = 19.41%
B = 66.76%

CMYK

 C value IS 0.79

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3449FB (or 0x3449FB) is known color: Neon Blue. HEX triplet: 34, 49 and FB. RGB value is (52,73,251). Sum of RGB (Red+Green+Blue) = 52+73+251=376 (49% of max value = 765). Red value is 52 (20.70% from 255 or 13.83% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 251 (98.44% from 255 or 66.76% from 376); Max value from RGB is 251 - color contains mainly: blue. Hex color #3449FB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3449FB is #CBB604. Grayscale: #565656. Windows color (decimal): -13350405 or 16468276. OLE color: 16468276.

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

Color convert

RGB 52 73 251 -
CMYK 0.79 0.71 0 0.02
HSL 233.67º 0.96% 0.59% -
HSV(B) 233.67º 0.79% 0.98% -
XYZ 21.21 12.46 92.55 -
YUV 87.01 220.54 103.03 -
System Red Green Blue C M Y K H S L
Decimal 52 73 251 0.79 0.71 0 0.02 233.67 0.96 0.59
Hex 34 49 FB 4F 47 0 2 EA 60 3B
Octal 64 111 373 117 107 0 2 352 140 73
Binary 110100 1001001 11111011 1001111 1000111 0 10 11101010 1100000 111011

Color Harmonies of #3449FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3449FB

Black with #3449FB

Text Example


Text Example

White with #3449FB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(52,73,251); }

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

background-color css

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

 a { background-color: rgb(52,73,251); }

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

border-color css

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

 span { border-color: rgb(52,73,251); }

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