Html Css Color HEX #2F50FC Neon Blue

📋 copy color: '#2F50FC'

red 47 ◦ green 80 ◦ blue 252

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

Shades of Neon Blue #2F50FC

Tints of Neon Blue #2F50FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 66.49%

R = 12.4%
G = 21.11%
B = 66.49%

CMYK

 C value IS 0.81

 M value IS 0.68

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2F50FC (or 0x2F50FC) is known color: Neon Blue. HEX triplet: 2F, 50 and FC. RGB value is (47,80,252). Sum of RGB (Red+Green+Blue) = 47+80+252=379 (50% of max value = 765). Red value is 47 (18.75% from 255 or 12.40% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 252 (98.83% from 255 or 66.49% from 379); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F50FC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #2F50FC is #D0AF03. Grayscale: #595959. Windows color (decimal): -13676292 or 16535599. OLE color: 16535599.

HSL color Cylindrical-coordinate representation of color #2F50FC: hue angle of 230.34º degrees, saturation: 0.97, 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 #2F50FC is Cyan = 0.81, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 47 80 252 -
CMYK 0.81 0.68 0 0.01
HSL 230.34º 0.97% 0.59% -
HSV(B) 230.34º 0.81% 0.99% -
XYZ 21.61 13.37 93.54 -
YUV 89.74 219.57 97.51 -
System Red Green Blue C M Y K H S L
Decimal 47 80 252 0.81 0.68 0 0.01 230.34 0.97 0.59
Hex 2F 50 FC 51 44 0 1 E6 61 3B
Octal 57 120 374 121 104 0 1 346 141 73
Binary 101111 1010000 11111100 1010001 1000100 0 1 11100110 1100001 111011

Color Harmonies of #2F50FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F50FC

Black with #2F50FC

Text Example


Text Example

White with #2F50FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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