Html Css Color HEX #2F4CFC Neon Blue

📋 copy color: '#2F4CFC'

red 47 ◦ green 76 ◦ blue 252

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

Shades of Neon Blue #2F4CFC

Tints of Neon Blue #2F4CFC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 20.27%

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

R = 12.53%
G = 20.27%
B = 67.2%

CMYK

 C value IS 0.81

 M value IS 0.70

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#2F4CFC (or 0x2F4CFC) is known color: Neon Blue. HEX triplet: 2F, 4C and FC. RGB value is (47,76,252). Sum of RGB (Red+Green+Blue) = 47+76+252=375 (49% of max value = 765). Red value is 47 (18.75% from 255 or 12.53% from 375); Green value is 76 (30.08% from 255 or 20.27% from 375); Blue value is 252 (98.83% from 255 or 67.2% from 375); Max value from RGB is 252 - color contains mainly: blue. Hex color #2F4CFC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F4CFC is #D0B303. Grayscale: #565656. Windows color (decimal): -13677316 or 16534575. OLE color: 16534575.

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

Color convert

RGB 47 76 252 -
CMYK 0.81 0.70 0 0.01
HSL 231.51º 0.97% 0.59% -
HSV(B) 231.51º 0.81% 0.99% -
XYZ 21.33 12.8 93.44 -
YUV 87.39 220.89 99.19 -
System Red Green Blue C M Y K H S L
Decimal 47 76 252 0.81 0.70 0 0.01 231.51 0.97 0.59
Hex 2F 4C FC 51 46 0 1 E8 61 3B
Octal 57 114 374 121 106 0 1 350 141 73
Binary 101111 1001100 11111100 1010001 1000110 0 1 11101000 1100001 111011

Color Harmonies of #2F4CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4CFC

Black with #2F4CFC

Text Example


Text Example

White with #2F4CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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