Html Css Color HEX #3249FA Neon Blue

📋 copy color: '#3249FA'

red 50 ◦ green 73 ◦ blue 250

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

Shades of Neon Blue #3249FA

Tints of Neon Blue #3249FA

RGB

 RED value IS 50 (19.92% from 255) = 13.4%

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

 BLUE value IS 250 (98.05% from 255) = 67.02%

R = 13.4%
G = 19.57%
B = 67.02%

CMYK

 C value IS 0.8

 M value IS 0.71

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#3249FA (or 0x3249FA) is known color: Neon Blue. HEX triplet: 32, 49 and FA. RGB value is (50,73,250). Sum of RGB (Red+Green+Blue) = 50+73+250=373 (49% of max value = 765). Red value is 50 (19.92% from 255 or 13.40% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 250 (98.05% from 255 or 67.02% from 373); Max value from RGB is 250 - color contains mainly: blue. Hex color #3249FA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #3249FA is #CDB605. Grayscale: #555555. Windows color (decimal): -13481478 or 16402738. OLE color: 16402738.

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

Color convert

RGB 50 73 250 -
CMYK 0.8 0.71 0 0.02
HSL 233.1º 0.95% 0.59% -
HSV(B) 233.1º 0.8% 0.98% -
XYZ 20.95 12.35 91.72 -
YUV 86.3 220.38 102.11 -
System Red Green Blue C M Y K H S L
Decimal 50 73 250 0.8 0.71 0 0.02 233.1 0.95 0.59
Hex 32 49 FA 50 47 0 2 E9 5F 3B
Octal 62 111 372 120 107 0 2 351 137 73
Binary 110010 1001001 11111010 1010000 1000111 0 10 11101001 1011111 111011

Color Harmonies of #3249FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3249FA

Black with #3249FA

Text Example


Text Example

White with #3249FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3249FA; }

 p { color: rgb(50,73,250); }

 H1.HeaderClassName
 {
   color: #3249FA;
 }
 .AnyTagClassName
 {
   color: #3249FA;
 }
</style>

background-color css

<style>
 a { background-color: #3249FA; }

 a { background-color: rgb(50,73,250); }

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

border-color css

<style>
 span { border-color: #3249FA; }

 span { border-color: rgb(50,73,250); }

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