Html Css Color HEX #2F4CEE Neon Blue

📋 copy color: '#2F4CEE'

red 47 ◦ green 76 ◦ blue 238

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

Shades of Neon Blue #2F4CEE

Tints of Neon Blue #2F4CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 65.93%

R = 13.02%
G = 21.05%
B = 65.93%

CMYK

 C value IS 0.80

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F4CEE (or 0x2F4CEE) is known color: Neon Blue. HEX triplet: 2F, 4C and EE. RGB value is (47,76,238). Sum of RGB (Red+Green+Blue) = 47+76+238=361 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.02% from 361); Green value is 76 (30.08% from 255 or 21.05% from 361); Blue value is 238 (93.36% from 255 or 65.93% from 361); Max value from RGB is 238 - color contains mainly: blue. Hex color #2F4CEE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F4CEE is #D0B311. Grayscale: #555555. Windows color (decimal): -13677330 or 15617071. OLE color: 15617071.

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

Color convert

RGB 47 76 238 -
CMYK 0.80 0.68 0 0.07
HSL 230.89º 0.85% 0.56% -
HSV(B) 230.89º 0.8% 0.93% -
XYZ 19.19 11.95 82.18 -
YUV 85.8 213.89 100.33 -
System Red Green Blue C M Y K H S L
Decimal 47 76 238 0.80 0.68 0 0.07 230.89 0.85 0.56
Hex 2F 4C EE 50 44 0 7 E7 55 38
Octal 57 114 356 120 104 0 7 347 125 70
Binary 101111 1001100 11101110 1010000 1000100 0 111 11100111 1010101 111000

Color Harmonies of #2F4CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F4CEE

Black with #2F4CEE

Text Example


Text Example

White with #2F4CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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