Html Css Color HEX #2F49FD Neon Blue

📋 copy color: '#2F49FD'

red 47 ◦ green 73 ◦ blue 253

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

Shades of Neon Blue #2F49FD

Tints of Neon Blue #2F49FD

RGB

 RED value IS 47 (18.75% from 255) = 12.6%

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

 BLUE value IS 253 (99.22% from 255) = 67.83%

R = 12.6%
G = 19.57%
B = 67.83%

CMYK

 C value IS 0.81

 M value IS 0.71

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2F49FD (or 0x2F49FD) is known color: Neon Blue. HEX triplet: 2F, 49 and FD. RGB value is (47,73,253). Sum of RGB (Red+Green+Blue) = 47+73+253=373 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.60% from 373); Green value is 73 (28.91% from 255 or 19.57% from 373); Blue value is 253 (99.22% from 255 or 67.83% from 373); Max value from RGB is 253 - color contains mainly: blue. Hex color #2F49FD is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F49FD is #D0B602. Grayscale: #555555. Windows color (decimal): -13678083 or 16599343. OLE color: 16599343.

HSL color Cylindrical-coordinate representation of color #2F49FD: hue angle of 232.43º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F49FD is Cyan = 0.81, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 73 253 -
CMYK 0.81 0.71 0 0.01
HSL 232.43º 0.98% 0.59% -
HSV(B) 232.43º 0.81% 0.99% -
XYZ 21.28 12.46 94.21 -
YUV 85.75 222.39 100.36 -
System Red Green Blue C M Y K H S L
Decimal 47 73 253 0.81 0.71 0 0.01 232.43 0.98 0.59
Hex 2F 49 FD 51 47 0 1 E8 62 3B
Octal 57 111 375 121 107 0 1 350 142 73
Binary 101111 1001001 11111101 1010001 1000111 0 1 11101000 1100010 111011

Color Harmonies of #2F49FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F49FD

Black with #2F49FD

Text Example


Text Example

White with #2F49FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F49FD; }

 p { color: rgb(47,73,253); }

 H1.HeaderClassName
 {
   color: #2F49FD;
 }
 .AnyTagClassName
 {
   color: #2F49FD;
 }
</style>

background-color css

<style>
 a { background-color: #2F49FD; }

 a { background-color: rgb(47,73,253); }

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

border-color css

<style>
 span { border-color: #2F49FD; }

 span { border-color: rgb(47,73,253); }

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