Html Css Color HEX #2F4CEF Neon Blue

📋 copy color: '#2F4CEF'

red 47 ◦ green 76 ◦ blue 239

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

Shades of Neon Blue #2F4CEF

Tints of Neon Blue #2F4CEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 66.02%

R = 12.98%
G = 20.99%
B = 66.02%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2F4CEF (or 0x2F4CEF) is known color: Neon Blue. HEX triplet: 2F, 4C and EF. RGB value is (47,76,239). Sum of RGB (Red+Green+Blue) = 47+76+239=362 (47% of max value = 765). Red value is 47 (18.75% from 255 or 12.98% from 362); Green value is 76 (30.08% from 255 or 20.99% from 362); Blue value is 239 (93.75% from 255 or 66.02% from 362); Max value from RGB is 239 - color contains mainly: blue. Hex color #2F4CEF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F4CEF is #D0B310. Grayscale: #555555. Windows color (decimal): -13677329 or 15682607. OLE color: 15682607.

HSL color Cylindrical-coordinate representation of color #2F4CEF: hue angle of 230.94º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F4CEF is Cyan = 0.80, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 76 239 -
CMYK 0.80 0.68 0 0.06
HSL 230.94º 0.86% 0.56% -
HSV(B) 230.94º 0.8% 0.94% -
XYZ 19.34 12.01 82.96 -
YUV 85.91 214.39 100.25 -
System Red Green Blue C M Y K H S L
Decimal 47 76 239 0.80 0.68 0 0.06 230.94 0.86 0.56
Hex 2F 4C EF 50 44 0 6 E7 56 38
Octal 57 114 357 120 104 0 6 347 126 70
Binary 101111 1001100 11101111 1010000 1000100 0 110 11100111 1010110 111000

Color Harmonies of #2F4CEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4CEF

Black with #2F4CEF

Text Example


Text Example

White with #2F4CEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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