Html Css Color HEX #2F50FE Neon Blue

📋 copy color: '#2F50FE'

red 47 ◦ green 80 ◦ blue 254

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

Shades of Neon Blue #2F50FE

Tints of Neon Blue #2F50FE

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21%

 BLUE value IS 254 (99.61% from 255) = 66.67%

R = 12.34%
G = 21%
B = 66.67%

CMYK

 C value IS 0.81

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#2F50FE (or 0x2F50FE) is known color: Neon Blue. HEX triplet: 2F, 50 and FE. RGB value is (47,80,254). Sum of RGB (Red+Green+Blue) = 47+80+254=381 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.34% from 381); Green value is 80 (31.64% from 255 or 21.00% from 381); Blue value is 254 (99.61% from 255 or 66.67% from 381); Max value from RGB is 254 - color contains mainly: blue. Hex color #2F50FE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F50FE is #D0AF01. Grayscale: #595959. Windows color (decimal): -13676290 or 16666671. OLE color: 16666671.

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

Color convert

RGB 47 80 254 -
CMYK 0.81 0.69 0 0.00
HSL 230.43º 0.99% 0.59% -
HSV(B) 230.43º 0.81% 1% -
XYZ 21.93 13.5 95.22 -
YUV 89.97 220.57 97.35 -
System Red Green Blue C M Y K H S L
Decimal 47 80 254 0.81 0.69 0 0.00 230.43 0.99 0.59
Hex 2F 50 FE 51 45 0 0 E6 63 3B
Octal 57 120 376 121 105 0 0 346 143 73
Binary 101111 1010000 11111110 1010001 1000101 0 0 11100110 1100011 111011

Color Harmonies of #2F50FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F50FE

Black with #2F50FE

Text Example


Text Example

White with #2F50FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,80,254); }

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

background-color css

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

 a { background-color: rgb(47,80,254); }

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

border-color css

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

 span { border-color: rgb(47,80,254); }

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