Html Css Color HEX #2F4DFB Neon Blue

📋 copy color: '#2F4DFB'

red 47 ◦ green 77 ◦ blue 251

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

Shades of Neon Blue #2F4DFB

Tints of Neon Blue #2F4DFB

RGB

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

 GREEN value IS 77 (30.47% from 255) = 20.53%

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

R = 12.53%
G = 20.53%
B = 66.93%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2F4DFB (or 0x2F4DFB) is known color: Neon Blue. HEX triplet: 2F, 4D and FB. RGB value is (47,77,251). Sum of RGB (Red+Green+Blue) = 47+77+251=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 77 (30.47% from 255 or 20.53% from 375); Blue value is 251 (98.44% from 255 or 66.93% from 375); Max value from RGB is 251 - color contains mainly: blue. Hex color #2F4DFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F4DFB is #D0B204. Grayscale: #575757. Windows color (decimal): -13677061 or 16469295. OLE color: 16469295.

HSL color Cylindrical-coordinate representation of color #2F4DFB: hue angle of 231.18º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2F4DFB is Cyan = 0.81, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 77 251 -
CMYK 0.81 0.69 0 0.02
HSL 231.18º 0.96% 0.58% -
HSV(B) 231.18º 0.81% 0.98% -
XYZ 21.24 12.88 92.63 -
YUV 87.87 220.06 98.85 -
System Red Green Blue C M Y K H S L
Decimal 47 77 251 0.81 0.69 0 0.02 231.18 0.96 0.58
Hex 2F 4D FB 51 45 0 2 E7 60 3A
Octal 57 115 373 121 105 0 2 347 140 72
Binary 101111 1001101 11111011 1010001 1000101 0 10 11100111 1100000 111010

Color Harmonies of #2F4DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4DFB

Black with #2F4DFB

Text Example


Text Example

White with #2F4DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,77,251); }

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

background-color css

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

 a { background-color: rgb(47,77,251); }

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

border-color css

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

 span { border-color: rgb(47,77,251); }

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