Html Css Color HEX #2F30EC Neon Blue

📋 copy color: '#2F30EC'

red 47 ◦ green 48 ◦ blue 236

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

Shades of Neon Blue #2F30EC

Tints of Neon Blue #2F30EC

RGB

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

 GREEN value IS 48 (19.14% from 255) = 14.5%

 BLUE value IS 236 (92.58% from 255) = 71.3%

R = 14.2%
G = 14.5%
B = 71.3%

CMYK

 C value IS 0.80

 M value IS 0.80

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#2F30EC (or 0x2F30EC) is known color: Neon Blue. HEX triplet: 2F, 30 and EC. RGB value is (47,48,236). Sum of RGB (Red+Green+Blue) = 47+48+236=331 (43% of max value = 765). Red value is 47 (18.75% from 255 or 14.20% from 331); Green value is 48 (19.14% from 255 or 14.50% from 331); Blue value is 236 (92.58% from 255 or 71.30% from 331); Max value from RGB is 236 - color contains mainly: blue. Hex color #2F30EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2F30EC is #D0CF13. Grayscale: #444444. Windows color (decimal): -13684500 or 15478831. OLE color: 15478831.

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

Color convert

RGB 47 48 236 -
CMYK 0.80 0.80 0 0.07
HSL 239.68º 0.83% 0.55% -
HSV(B) 239.68º 0.8% 0.93% -
XYZ 17.37 8.77 80.14 -
YUV 69.13 222.17 112.21 -
System Red Green Blue C M Y K H S L
Decimal 47 48 236 0.80 0.80 0 0.07 239.68 0.83 0.55
Hex 2F 30 EC 50 50 0 7 F0 53 37
Octal 57 60 354 120 120 0 7 360 123 67
Binary 101111 110000 11101100 1010000 1010000 0 111 11110000 1010011 110111

Color Harmonies of #2F30EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F30EC

Black with #2F30EC

Text Example


Text Example

White with #2F30EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,48,236); }

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

background-color css

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

 a { background-color: rgb(47,48,236); }

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

border-color css

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

 span { border-color: rgb(47,48,236); }

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